You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2020/10/21 02:44:09 UTC

[airflow] branch master updated: Fix documentation for PythonVirtualenvOperator (#11700)

This is an automated email from the ASF dual-hosted git repository.

kamilbregula pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/master by this push:
     new f468fc5  Fix documentation for PythonVirtualenvOperator (#11700)
f468fc5 is described below

commit f468fc5af94e6838caa5363172fff850f41aa5d1
Author: Natalie Heer <nh...@users.noreply.github.com>
AuthorDate: Tue Oct 20 22:43:24 2020 -0400

    Fix documentation for PythonVirtualenvOperator (#11700)
    
    Fixed the op_args type description
---
 airflow/operators/python.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/airflow/operators/python.py b/airflow/operators/python.py
index 34ad9e7..f51f576 100644
--- a/airflow/operators/python.py
+++ b/airflow/operators/python.py
@@ -392,7 +392,7 @@ class PythonVirtualenvOperator(PythonOperator):
         See virtualenv documentation for more information.
     :type system_site_packages: bool
     :param op_args: A list of positional arguments to pass to python_callable.
-    :type op_kwargs: list
+    :type op_args: list
     :param op_kwargs: A dict of keyword arguments to pass to python_callable.
     :type op_kwargs: dict
     :param string_args: Strings that are present in the global var virtualenv_string_args,