Skip to content

Commit e1e1d89

Browse files
sync with cpython 86db104e
1 parent 7721745 commit e1e1d89

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

howto/descriptor.po

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.12\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2023-11-05 00:03+0000\n"
11+
"POT-Creation-Date: 2023-11-24 00:03+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-"
@@ -421,15 +421,18 @@ msgid "Descriptor protocol"
421421
msgstr ""
422422

423423
#: ../../howto/descriptor.rst:524
424-
msgid "``descr.__get__(self, obj, type=None) -> value``"
424+
#, fuzzy
425+
msgid "``descr.__get__(self, obj, type=None)``"
425426
msgstr "``descr.__get__(self, obj, type=None) -> value``"
426427

427428
#: ../../howto/descriptor.rst:526
428-
msgid "``descr.__set__(self, obj, value) -> None``"
429+
#, fuzzy
430+
msgid "``descr.__set__(self, obj, value)``"
429431
msgstr "``descr.__set__(self, obj, value) -> None``"
430432

431433
#: ../../howto/descriptor.rst:528
432-
msgid "``descr.__delete__(self, obj) -> None``"
434+
#, fuzzy
435+
msgid "``descr.__delete__(self, obj)``"
433436
msgstr "``descr.__delete__(self, obj) -> None``"
434437

435438
#: ../../howto/descriptor.rst:530

0 commit comments

Comments
 (0)