hequn8128 commented on a change in pull request #11686:
[FLINK-17065][python][doc] Add documentation about the Python versions
supported for PyFlink
URL: https://github.com/apache/flink/pull/11686#discussion_r406086511
##########
File path: docs/ops/cli.zh.md
##########
@@ -122,11 +122,11 @@ option.
<div data-lang="python" markdown="1">
-<span class="label label-info">注意</span> 通过`flink
run`提交Python任务时Flink会调用“python”命令。请执行以下命令以确认当前环境下的指令“python”指向Python 3.5及以上版本:
+<span class="label label-info">注意</span> 通过`flink
run`提交Python任务时Flink会调用“python”命令。请执行以下命令以确认当前环境下的指令“python”指向Python的版本为3.5,
3.6 或者 3.7中的一个:
{% highlight bash %}
$ python --version
-# the version printed here must be 3.5+
+# # the version printed here must be 3.5, 3.6 or 3.7
Review comment:
Remove the redundant `#`
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services