Skip to content

Commit b44f59a

Browse files
sync with cpython 41c2c8f0
1 parent 38b914c commit b44f59a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tutorial/classes.po

Lines changed: 3 additions & 2 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-27 00:14+0000\n"
11+
"POT-Creation-Date: 2025-08-22 00:16+0000\n"
1212
"PO-Revision-Date: 2022-12-26 23:12+0800\n"
1313
"Last-Translator: Adrian Liaw <[email protected]>\n"
1414
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -721,8 +721,9 @@ msgid "x.f()"
721721
msgstr "x.f()"
722722

723723
#: ../../tutorial/classes.rst:362
724+
#, fuzzy
724725
msgid ""
725-
"In the :class:`!MyClass` example, this will return the string ``'hello "
726+
"If ``x = MyClass()``, as above, this will return the string ``'hello "
726727
"world'``. However, it is not necessary to call a method right away: ``x.f`` "
727728
"is a method object, and can be stored away and called at a later time. For "
728729
"example::"

0 commit comments

Comments
 (0)