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 ff25411980 Fix spellcheck error. (#35041)
ff25411980 is described below
commit ff25411980a4c7229dce0e5f47491c5f39acfbcd
Author: Jarek Potiuk <[email protected]>
AuthorDate: Wed Oct 18 23:09:44 2023 +0200
Fix spellcheck error. (#35041)
---
docs/apache-airflow/howto/operator/python.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/apache-airflow/howto/operator/python.rst
b/docs/apache-airflow/howto/operator/python.rst
index 0f70e6fad7..6adbbe8b9e 100644
--- a/docs/apache-airflow/howto/operator/python.rst
+++ b/docs/apache-airflow/howto/operator/python.rst
@@ -126,8 +126,8 @@ To prevent adding secrets to the private repository in your
DAG code you can use
In the special case you want to prevent remote calls for setup of a virtual
environment, pass the ``index_urls`` as empty list as ``index_urls=[]`` which
forced pip installer to use the ``--no-index`` option.
-Caching and re-use
-^^^^^^^^^^^^^^^^^^
+Caching and reuse
+^^^^^^^^^^^^^^^^^
Setup of virtual environments is made per task execution in a temporary
directory. After execution the virtual environment is deleted again. Ensure
that the ``$tmp`` folder
on your workers have sufficient disk space. Usually (if not configured
differently) the local pip cache will be used preventing a re-download of
packages