This is an automated email from the ASF dual-hosted git repository. jedcunningham pushed a commit to branch v2-2-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit f1a2e5024cdfeac4cbe80437991d9c44a8ac7850 Author: Luís Miranda <[email protected]> AuthorDate: Thu Dec 16 15:58:52 2021 +0000 Correct typo (#20345) (cherry picked from commit c4d2e16197c5f49493c142bfd9b754ea3c816f48) --- docs/apache-airflow/modules_management.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/apache-airflow/modules_management.rst b/docs/apache-airflow/modules_management.rst index 4bc16f6..00e031c 100644 --- a/docs/apache-airflow/modules_management.rst +++ b/docs/apache-airflow/modules_management.rst @@ -107,7 +107,7 @@ This is an example structure that you might have in your ``dags`` folder: | my_dag2.py | base_dag.py -In the case above, there are the ways you could import the python files: +In the case above, these are the ways you could import the python files: .. code-block:: python
