Skip to content

Commit 9a183b9

Browse files
committed
fixup comment
1 parent 8c76523 commit 9a183b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sdks/python/apache_beam/options/pipeline_options.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1023,7 +1023,8 @@ def _add_argparse_args(cls, parser):
10231023
'--enable_streaming_engine',
10241024
default=True,
10251025
action='store_true',
1026-
help='Deprecated. All Python pipelines use Streaming Engine. ')
1026+
help=
1027+
'Deprecated. All Python pipelines on Dataflow use Streaming Engine.')
10271028
parser.add_argument(
10281029
'--dataflow_kms_key',
10291030
default=None,

0 commit comments

Comments
 (0)