Skip to content

Commit 595a8a3

Browse files
sync with cpython 2d0fac49
1 parent bdb2a6c commit 595a8a3

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

howto/logging.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.13\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2024-09-23 07:52+0800\n"
11+
"POT-Creation-Date: 2025-07-22 00:17+0000\n"
1212
"PO-Revision-Date: 2018-05-23 14:36+0000\n"
1313
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
1414
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -528,8 +528,8 @@ msgstr ""
528528
msgid ""
529529
"If your logging needs are simple, then use the above examples to incorporate "
530530
"logging into your own scripts, and if you run into problems or don't "
531-
"understand something, please post a question on the comp.lang.python Usenet "
532-
"group (available at https://groups.google.com/g/comp.lang.python) and you "
531+
"understand something, please post a question in the Help category of the "
532+
"`Python discussion forum <https://discuss.python.org/c/help/7>`_ and you "
533533
"should receive help before too long."
534534
msgstr ""
535535

tutorial/modules.po

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ msgid ""
1010
msgstr ""
1111
"Project-Id-Version: Python 3.13\n"
1212
"Report-Msgid-Bugs-To: \n"
13-
"POT-Creation-Date: 2025-06-27 07:36+0000\n"
13+
"POT-Creation-Date: 2025-07-22 00:17+0000\n"
1414
"PO-Revision-Date: 2022-10-23 20:30+0800\n"
1515
"Last-Translator: Phil Lin <linooohon@gmail.com>\n"
1616
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -1176,11 +1176,12 @@ msgstr ""
11761176
"from ..filters import equalizer"
11771177

11781178
#: ../../tutorial/modules.rst:582
1179+
#, fuzzy
11791180
msgid ""
1180-
"Note that relative imports are based on the name of the current module. "
1181-
"Since the name of the main module is always ``\"__main__\"``, modules "
1182-
"intended for use as the main module of a Python application must always use "
1183-
"absolute imports."
1181+
"Note that relative imports are based on the name of the current module's "
1182+
"package. Since the main module does not have a package, modules intended for "
1183+
"use as the main module of a Python application must always use absolute "
1184+
"imports."
11841185
msgstr ""
11851186
"請注意,相對 import 的運作是以目前的模組名稱為依據。因為主模組的名稱永遠是 "
11861187
"``\"__main__\"``,所以如果一個模組預期被用作 Python 應用程式的主模組,那它必"

0 commit comments

Comments
 (0)