File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 7
7
msgstr ""
8
8
"Project-Id-Version : Python 3.12\n "
9
9
"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 "
11
11
"PO-Revision-Date : 2018-05-23 14:38+0000\n "
12
12
"Last-Translator : Adrian Liaw <adrianliaw2000@gmail.com>\n "
13
13
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
@@ -420,8 +420,8 @@ msgstr ""
420
420
421
421
#: ../../library/ast.rst:588
422
422
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."
425
425
msgstr ""
426
426
427
427
#: ../../library/ast.rst:591
@@ -959,7 +959,7 @@ msgstr ""
959
959
960
960
#: ../../library/ast.rst:2027
961
961
msgid ""
962
- "``keywords`` is a list of :class:`keyword` nodes, principally for "
962
+ "``keywords`` is a list of :class:`. keyword` nodes, principally for "
963
963
"'metaclass'. Other keywords will be passed to the metaclass, as per "
964
964
"`PEP-3115 <https://peps.python.org/pep-3115/>`_."
965
965
msgstr ""
Original file line number Diff line number Diff line change 9
9
msgstr ""
10
10
"Project-Id-Version : Python 3.12\n "
11
11
"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 "
13
13
"PO-Revision-Date : 2022-12-26 23:12+0800\n "
14
14
"Last-Translator : Adrian Liaw <adrianliaw2000@gmail.com>\n "
15
15
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
@@ -471,11 +471,12 @@ msgstr ""
471
471
"::"
472
472
473
473
#: ../../tutorial/classes.rst:276
474
+ #, fuzzy
474
475
msgid ""
475
476
"then ``MyClass.i`` and ``MyClass.f`` are valid attribute references, "
476
477
"returning an integer and a function object, respectively. Class attributes "
477
478
"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 "
479
480
"docstring belonging to the class: ``\" A simple example class\" ``."
480
481
msgstr ""
481
482
"那麼 ``MyClass.i`` 和 ``MyClass.f`` 都是有效的屬性參照,會分別回傳一個整數和"
You can’t perform that action at this time.
0 commit comments