@@ -361,7 +361,7 @@ msgid ""
361
361
"implement the :meth:`__contains__` method."
362
362
msgstr ""
363
363
"此外,擁有相同的語法優先序的 :keyword:`in` 及 :keyword:`not in` 兩種運算皆被"
364
- "是 :term:`可疊代性 <iterable>` 或者有實作 :meth:`__contains__` method 的型別所支援。"
364
+ "\\ :term:`可疊代物件 <iterable>`\\ 或者有實作 :meth:`__contains__` method 的型別所支援。"
365
365
366
366
#: ../../library/stdtypes.rst:205
367
367
msgid "Numeric Types --- :class:`int`, :class:`float`, :class:`complex`"
@@ -842,7 +842,7 @@ msgid ""
842
842
"The int type implements the :class:`numbers.Integral` :term:`abstract base "
843
843
"class`. In addition, it provides a few more methods:"
844
844
msgstr ""
845
- "整數型別實作了 :class:`numbers.Integral` :term:`抽象類別 <abstract base class>`"
845
+ "整數型別實作了 :class:`numbers.Integral`\\ :term:`抽象基底類別 <abstract base class>`\\ "
846
846
"。此外,它提供了一些 methods:"
847
847
848
848
#: ../../library/stdtypes.rst:457
@@ -941,7 +941,7 @@ msgid ""
941
941
"The argument *bytes* must either be a :term:`bytes-like object` or an "
942
942
"iterable producing bytes."
943
943
msgstr ""
944
- "引數 *bytes* 必須是一個 :term:`類位元組物件 <bytes-like object>`"
944
+ "引數 *bytes* 必須是一個\\ :term:`類位元組物件 <bytes-like object>`\\ "
945
945
"或是一個產生位元組的可疊代物件。"
946
946
947
947
#: ../../library/stdtypes.rst:574
@@ -992,7 +992,7 @@ msgid ""
992
992
"The float type implements the :class:`numbers.Real` :term:`abstract base "
993
993
"class`. float also has the following additional methods."
994
994
msgstr ""
995
- "浮點數型別實作了 :class:`numbers.Real` :term:`抽象類別 <abstract base class>`"
995
+ "浮點數型別實作了 :class:`numbers.Real`\\ :term:`抽象類別 <abstract base class>`\\ "
996
996
"。浮點數也有下列附加 methods。"
997
997
998
998
#: ../../library/stdtypes.rst:627
@@ -1259,7 +1259,7 @@ msgstr ""
1259
1259
msgid ""
1260
1260
"One method needs to be defined for container objects to provide :term:"
1261
1261
"`iterable` support:"
1262
- msgstr "需要為容器物件定義一個 method 來提供 :term:`可疊代性 <iterable>` 支援:"
1262
+ msgstr "需要為容器物件定義一個 method 來提供\\ :term:`可疊代物件 <iterable>`\\ 支援:"
1263
1263
1264
1264
#: ../../library/stdtypes.rst:861
1265
1265
msgid ""
@@ -1272,7 +1272,7 @@ msgid ""
1272
1272
"member:`~PyTypeObject.tp_iter` slot of the type structure for Python objects "
1273
1273
"in the Python/C API."
1274
1274
msgstr ""
1275
- "回傳一個 :term:`疊代器 <iterator>` 物件。該物件需要支援下述的疊代器協定。如果一個容器"
1275
+ "回傳一個\\ :term:`疊代器 <iterator>`\\ 物件。該物件需要支援下述的疊代器協定。如果一個容器"
1276
1276
"支援不同型別的疊代,則可以提供額外的 methods 來專門請求這些疊代型別的疊代器。(支"
1277
1277
"援多種形式疊代的物件的一個例子是支援廣度優先和深度優先遍歷的樹結構。)此 method "
1278
1278
"對應 Python/C API 中 Python 物件的型別結構的 :c:member:`~PyTypeObject."
@@ -1292,7 +1292,7 @@ msgid ""
1292
1292
"`in` statements. This method corresponds to the :c:member:`~PyTypeObject."
1293
1293
"tp_iter` slot of the type structure for Python objects in the Python/C API."
1294
1294
msgstr ""
1295
- "回傳 :term:`疊代器 <iterator>` 物件本身。這是為了允許容器和疊代器都可以與 :keyword:"
1295
+ "回傳\\ :term:`疊代器 <iterator>`\\ 物件本身。這是為了允許容器和疊代器都可以與 :keyword:"
1296
1296
"`for` 和 :keyword:`in` 在陳述式中使用。此 method 對應於 Python/C API 中 Python 物件的型"
1297
1297
"別結構的 :c:member:`~PyTypeObject.tp_iter` 插槽。"
1298
1298
@@ -1303,7 +1303,7 @@ msgid ""
1303
1303
"the :c:member:`~PyTypeObject.tp_iternext` slot of the type structure for "
1304
1304
"Python objects in the Python/C API."
1305
1305
msgstr ""
1306
- "從 :term:`疊代器 <iterator>` 回傳下一個項目。如果沒有更多項目,則引發 :exc:"
1306
+ "從\\ :term:`疊代器 <iterator>`\\ 回傳下一個項目。如果沒有更多項目,則引發 :exc:"
1307
1307
"`StopIteration` 例外。此 method 對應於 Python/C API 中Python 物件的型別結構的 :c:"
1308
1308
"member:`~PyTypeObject.tp_iternext` 插槽。"
1309
1309
0 commit comments