File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ msgstr ""
10
10
"Report-Msgid-Bugs-To : \n "
11
11
"POT-Creation-Date : 2022-10-15 20:43+0000\n "
12
12
"PO-Revision-Date : 2023-05-27 13:31+0000\n "
13
- "Last-Translator : 鍾禕宸 <eason.chung9 @gmail.com>\n "
13
+ "Last-Translator : Josix <josixwang @gmail.com>\n "
14
14
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh-tw) "
15
15
"\n "
16
16
"Language : descriptor\n "
@@ -657,12 +657,10 @@ msgstr ""
657
657
":c:func:`type_getattro()` 和 :c:func:`_PyType_Lookup()` 中找到。"
658
658
659
659
#: ../../howto/descriptor.rst:787
660
- #, fuzzy
661
660
msgid "Invocation from super"
662
661
msgstr "從 super 調用"
663
662
664
663
#: ../../howto/descriptor.rst:789
665
- #, fuzzy
666
664
msgid ""
667
665
"The logic for super's dotted lookup is in the :meth:`__getattribute__` "
668
666
"method for object returned by :class:`super()`."
@@ -949,6 +947,10 @@ msgid ""
949
947
"Dotted access from a class calls :meth:`__get__` which just returns the "
950
948
"underlying function unchanged::"
951
949
msgstr ""
950
+ "從類別呼叫的點運算子會呼叫 :meth:`__get__` "
951
+ "方法,該方法會原封不動地返回底層函式:\n"
952
+ "\n"
953
+ "::"
952
954
953
955
#: ../../howto/descriptor.rst:1188
954
956
msgid ""
You can’t perform that action at this time.
0 commit comments