7
7
msgstr ""
8
8
"Project-Id-Version : Python 3.12\n "
9
9
"Report-Msgid-Bugs-To : \n "
10
- "POT-Creation-Date : 2023-05-09 00:15 +0000\n "
10
+ "POT-Creation-Date : 2023-07-24 00:03 +0000\n "
11
11
"PO-Revision-Date : 2018-05-23 14:32+0000\n "
12
12
"
Last-Translator :
Adrian Liaw <[email protected] >\n "
13
13
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
@@ -32,8 +32,8 @@ msgstr ""
32
32
msgid ""
33
33
"Return ``1`` if the object provides the mapping protocol or supports "
34
34
"slicing, and ``0`` otherwise. Note that it returns ``1`` for Python classes "
35
- "with a :meth:`__getitem__` method, since in general it is impossible to "
36
- "determine what type of keys the class supports. This function always "
35
+ "with a :meth:`~object. __getitem__` method, since in general it is impossible "
36
+ "to determine what type of keys the class supports. This function always "
37
37
"succeeds."
38
38
msgstr ""
39
39
@@ -80,16 +80,17 @@ msgstr ""
80
80
81
81
#: ../../c-api/mapping.rst:63
82
82
msgid ""
83
- "Note that exceptions which occur while calling the :meth:`__getitem__` "
84
- "method will get suppressed. To get error reporting use :c:func:"
83
+ "Note that exceptions which occur while calling the :meth:`~object. "
84
+ "__getitem__` method will get suppressed. To get error reporting use :c:func:"
85
85
"`PyObject_GetItem()` instead."
86
86
msgstr ""
87
87
88
88
#: ../../c-api/mapping.rst:74
89
89
msgid ""
90
- "Note that exceptions which occur while calling the :meth:`__getitem__` "
91
- "method and creating a temporary string object will get suppressed. To get "
92
- "error reporting use :c:func:`PyMapping_GetItemString()` instead."
90
+ "Note that exceptions which occur while calling the :meth:`~object."
91
+ "__getitem__` method and creating a temporary string object will get "
92
+ "suppressed. To get error reporting use :c:func:`PyMapping_GetItemString()` "
93
+ "instead."
93
94
msgstr ""
94
95
95
96
#: ../../c-api/mapping.rst:81
0 commit comments