This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new f5dd3f573e Update best-practices.rst (#35692)
f5dd3f573e is described below

commit f5dd3f573e83a0fddd4dbf750c90ffc4921c3c89
Author: nevinaragam <[email protected]>
AuthorDate: Sat Nov 18 06:01:12 2023 -0700

    Update best-practices.rst (#35692)
    
    Clarifying broken text statement
---
 docs/apache-airflow/best-practices.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/apache-airflow/best-practices.rst 
b/docs/apache-airflow/best-practices.rst
index 81af9367f4..a0c277f4a9 100644
--- a/docs/apache-airflow/best-practices.rst
+++ b/docs/apache-airflow/best-practices.rst
@@ -221,7 +221,7 @@ Imagine this code:
           dag=dag,
       )
 
-What you can do check it, add to your code you want to check some print 
statements and run
+What you can do to check it is add some print statements to the code you want 
to check and then run
 ``python <my_dag_file>.py``.
 
 

Reply via email to