@@ -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 : Josix <josixwang @gmail.com>\n "
13
+ "Last-Translator : raymond <raymond727341 @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 "
@@ -940,7 +940,10 @@ msgstr "這個函式具有:term:`qualified name`屬性以支持內省:"
940
940
msgid ""
941
941
"Accessing the function through the class dictionary does not invoke :meth:"
942
942
"`__get__`. Instead, it just returns the underlying function object::"
943
- msgstr "通過類字典訪問函式不會引用 :meth:`__get__`。相反,它只返回底層的函數物件:"
943
+ msgstr ""
944
+ "通過類字典訪問函式不會引用 :meth:`__get__`。相反,它只返回底層的函數物件:\n"
945
+ "\n"
946
+ "::"
944
947
945
948
#: ../../howto/descriptor.rst:1182
946
949
msgid ""
@@ -956,14 +959,20 @@ msgstr ""
956
959
msgid ""
957
960
"The interesting behavior occurs during dotted access from an instance. The "
958
961
"dotted lookup calls :meth:`__get__` which returns a bound method object::"
959
- msgstr "有趣的行為發生在從實例進行點號訪問時。這種點號查找調用 "
960
- ":meth:`__get__`,該方法返回一個綁定的方對象:"
962
+ msgstr ""
963
+ "有趣的行為發生在從實例進行點號訪問時。這種點號查找調用 "
964
+ ":meth:`__get__`,該方法返回一個綁定的方對象:\n"
965
+ "\n"
966
+ "::"
961
967
962
968
#: ../../howto/descriptor.rst:1195
963
969
msgid ""
964
970
"Internally, the bound method stores the underlying function and the bound "
965
971
"instance::"
966
- msgstr "在內部,綁定方法存儲底層函數和綁定實例::"
972
+ msgstr ""
973
+ "在內部,綁定方法存儲底層函數和綁定實例:\n"
974
+ "\n"
975
+ "::"
967
976
968
977
#: ../../howto/descriptor.rst:1204
969
978
msgid ""
0 commit comments