Skip to content
  • Sponsor python/python-docs-zh-tw

  • Notifications You must be signed in to change notification settings
  • Fork 214

Commit 3ea36ae

Browse files
github-actions[bot]mattwang44
authored andcommittedOct 11, 2023
sync with cpython 4dc07d2b
1 parent 0b65998 commit 3ea36ae

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed
 

‎library/ast.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: Python 3.12\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2023-07-17 17:39+0800\n"
10+
"POT-Creation-Date: 2023-09-02 00:03+0000\n"
1111
"PO-Revision-Date: 2018-05-23 14:38+0000\n"
1212
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -420,8 +420,8 @@ msgstr ""
420420

421421
#: ../../library/ast.rst:588
422422
msgid ""
423-
"``keywords`` holds a list of :class:`keyword` objects representing arguments "
424-
"passed by keyword."
423+
"``keywords`` holds a list of :class:`.keyword` objects representing "
424+
"arguments passed by keyword."
425425
msgstr ""
426426

427427
#: ../../library/ast.rst:591
@@ -959,7 +959,7 @@ msgstr ""
959959

960960
#: ../../library/ast.rst:2027
961961
msgid ""
962-
"``keywords`` is a list of :class:`keyword` nodes, principally for "
962+
"``keywords`` is a list of :class:`.keyword` nodes, principally for "
963963
"'metaclass'. Other keywords will be passed to the metaclass, as per "
964964
"`PEP-3115 <https://peps.python.org/pep-3115/>`_."
965965
msgstr ""

‎tutorial/classes.po

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ msgid ""
99
msgstr ""
1010
"Project-Id-Version: Python 3.12\n"
1111
"Report-Msgid-Bugs-To: \n"
12-
"POT-Creation-Date: 2023-08-22 00:03+0000\n"
12+
"POT-Creation-Date: 2023-09-02 00:03+0000\n"
1313
"PO-Revision-Date: 2022-12-26 23:12+0800\n"
1414
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
1515
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -471,11 +471,12 @@ msgstr ""
471471
"::"
472472

473473
#: ../../tutorial/classes.rst:276
474+
#, fuzzy
474475
msgid ""
475476
"then ``MyClass.i`` and ``MyClass.f`` are valid attribute references, "
476477
"returning an integer and a function object, respectively. Class attributes "
477478
"can also be assigned to, so you can change the value of ``MyClass.i`` by "
478-
"assignment. :attr:`__doc__` is also a valid attribute, returning the "
479+
"assignment. :attr:`!__doc__` is also a valid attribute, returning the "
479480
"docstring belonging to the class: ``\"A simple example class\"``."
480481
msgstr ""
481482
"那麼 ``MyClass.i`` 和 ``MyClass.f`` 都是有效的屬性參照,會分別回傳一個整數和"

0 commit comments

Comments
 (0)