We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 997d9c1 commit a9c5444Copy full SHA for a9c5444
5 files changed
library/__main__.po
@@ -7,7 +7,7 @@ msgid ""
7
msgstr ""
8
"Project-Id-Version: Python 3.11\n"
9
"Report-Msgid-Bugs-To: \n"
10
-"POT-Creation-Date: 2022-02-15 00:10+0000\n"
+"POT-Creation-Date: 2023-03-15 00:17+0000\n"
11
"PO-Revision-Date: 2015-12-09 17:51+0000\n"
12
"Last-Translator: Liang-Bo Wang <me@liang2.tw>\n"
13
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -278,7 +278,7 @@ msgstr ""
278
msgid ""
279
"See :mod:`venv` for an example of a package with a minimal ``__main__.py`` "
280
"in the standard library. It doesn't contain a ``if __name__ == '__main__'`` "
281
-"block. You can invoke it with ``python3 -m venv [directory]``."
+"block. You can invoke it with ``python -m venv [directory]``."
282
283
284
#: ../../library/__main__.rst:264
0 commit comments