[AIRFLOW-1848][Airflow-1848] Fix DataFlowPythonOperator py_file extension doc comment

Closes #2816 from cjqian/1848
This commit is contained in:
Crystal Qian 2017-11-28 10:57:36 +01:00 коммит произвёл Bolke de Bruin
Родитель d99053106e
Коммит 02112197c6
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -155,8 +155,8 @@ class DataFlowPythonOperator(BaseOperator):
https://cloud.google.com/dataflow/pipelines/specifying-exec-params
:param py_file: Reference to the python dataflow pipleline file, e.g.,
/some/local/file/path/to/your/python/pipeline/file.py.
:param py_file: Reference to the python dataflow pipleline file.py, e.g.,
/some/local/file/path/to/your/python/pipeline/file.
:type py_file: string
:param py_options: Additional python options.
:type pyt_options: list of strings, e.g., ["-m", "-v"].