From 951c8422ae0de02642c6e7619c68fe1f78808241 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Miranda?= Date: Thu, 16 Dec 2021 13:46:55 +0000 Subject: [PATCH] Correct typo --- 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 f4b0005d625a4..17c0e1f75455c 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