This is an automated email from the ASF dual-hosted git repository.
uranusjr 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 62044f173b Documentation update to increase readability (#32658)
62044f173b is described below
commit 62044f173b060a43db4eecc3321b815263a59c1a
Author: Vijayasarathi Balasubramanian <[email protected]>
AuthorDate: Tue Jul 18 17:37:21 2023 -0400
Documentation update to increase readability (#32658)
Co-authored-by: Niko Oliveira <[email protected]>
Co-authored-by: Tzu-ping Chung <[email protected]>
---
.../apache-airflow/administration-and-deployment/modules_management.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/docs/apache-airflow/administration-and-deployment/modules_management.rst
b/docs/apache-airflow/administration-and-deployment/modules_management.rst
index ec1a9b11e4..6ee9f5b650 100644
--- a/docs/apache-airflow/administration-and-deployment/modules_management.rst
+++ b/docs/apache-airflow/administration-and-deployment/modules_management.rst
@@ -44,7 +44,7 @@ How package/modules loading in Python works
The list of directories from which Python tries to load the module is given
by the variable ``sys.path``. Python really tries to
`intelligently determine the contents <https://stackoverflow.com/a/38403654>`_
-of this variable, including depending on the operating system and how Python
+of this variable, depending on the operating system and how Python
is installed and which Python version is used.
You can check the contents of this variable for the current Python environment