RNHTTR commented on code in PR #47959:
URL: https://github.com/apache/airflow/pull/47959#discussion_r2004332005


##########
docs/apache-airflow/administration-and-deployment/dagfile-processing.rst:
##########
@@ -19,7 +19,7 @@
 DAG File Processing
 -------------------
 
-DAG File Processing refers to the process of turning Python files contained in 
the DAGs folder into DAG objects that contain tasks to be scheduled.
+DAG File Processing refers to the process of reading the python files that 
define your dags and storing them such that the scheduler can schedule them.

Review Comment:
   I believe you can find and replace only in specific files (e.g. only in 
`.rst`) for most docs references in the non-plural case.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to