Skip to content

Commit ecdb3d8

Browse files
author
Becca
committed
0506_modify review V
1 parent 9c9846b commit ecdb3d8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

library/stdtypes.po

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ msgid ""
361361
"implement the :meth:`__contains__` method."
362362
msgstr ""
363363
"此外,擁有相同的語法優先序的 :keyword:`in` 及 :keyword:`not in` 兩種運算皆被"
364-
" :term:`可疊代性 <iterable>` 或者有實作 :meth:`__contains__` method 的型別所支援。"
364+
"\\ :term:`可疊代物件 <iterable>`\\ 或者有實作 :meth:`__contains__` method 的型別所支援。"
365365

366366
#: ../../library/stdtypes.rst:205
367367
msgid "Numeric Types --- :class:`int`, :class:`float`, :class:`complex`"
@@ -842,7 +842,7 @@ msgid ""
842842
"The int type implements the :class:`numbers.Integral` :term:`abstract base "
843843
"class`. In addition, it provides a few more methods:"
844844
msgstr ""
845-
"整數型別實作了 :class:`numbers.Integral` :term:`抽象類別 <abstract base class>`"
845+
"整數型別實作了 :class:`numbers.Integral`\\ :term:`抽象基底類別 <abstract base class>`\\ "
846846
"。此外,它提供了一些 methods:"
847847

848848
#: ../../library/stdtypes.rst:457
@@ -941,7 +941,7 @@ msgid ""
941941
"The argument *bytes* must either be a :term:`bytes-like object` or an "
942942
"iterable producing bytes."
943943
msgstr ""
944-
"引數 *bytes* 必須是一個 :term:`類位元組物件 <bytes-like object>`"
944+
"引數 *bytes* 必須是一個\\ :term:`類位元組物件 <bytes-like object>`\\ "
945945
"或是一個產生位元組的可疊代物件。"
946946

947947
#: ../../library/stdtypes.rst:574
@@ -992,7 +992,7 @@ msgid ""
992992
"The float type implements the :class:`numbers.Real` :term:`abstract base "
993993
"class`. float also has the following additional methods."
994994
msgstr ""
995-
"浮點數型別實作了 :class:`numbers.Real` :term:`抽象類別 <abstract base class>`"
995+
"浮點數型別實作了 :class:`numbers.Real`\\ :term:`抽象類別 <abstract base class>`\\ "
996996
"。浮點數也有下列附加 methods。"
997997

998998
#: ../../library/stdtypes.rst:627
@@ -1259,7 +1259,7 @@ msgstr ""
12591259
msgid ""
12601260
"One method needs to be defined for container objects to provide :term:"
12611261
"`iterable` support:"
1262-
msgstr "需要為容器物件定義一個 method 來提供 :term:`可疊代性 <iterable>` 支援:"
1262+
msgstr "需要為容器物件定義一個 method 來提供\\ :term:`可疊代物件 <iterable>`\\ 支援:"
12631263

12641264
#: ../../library/stdtypes.rst:861
12651265
msgid ""
@@ -1272,7 +1272,7 @@ msgid ""
12721272
"member:`~PyTypeObject.tp_iter` slot of the type structure for Python objects "
12731273
"in the Python/C API."
12741274
msgstr ""
1275-
"回傳一個 :term:`疊代器 <iterator>` 物件。該物件需要支援下述的疊代器協定。如果一個容器"
1275+
"回傳一個\\ :term:`疊代器 <iterator>`\\ 物件。該物件需要支援下述的疊代器協定。如果一個容器"
12761276
"支援不同型別的疊代,則可以提供額外的 methods 來專門請求這些疊代型別的疊代器。(支"
12771277
"援多種形式疊代的物件的一個例子是支援廣度優先和深度優先遍歷的樹結構。)此 method "
12781278
"對應 Python/C API 中 Python 物件的型別結構的 :c:member:`~PyTypeObject."
@@ -1292,7 +1292,7 @@ msgid ""
12921292
"`in` statements. This method corresponds to the :c:member:`~PyTypeObject."
12931293
"tp_iter` slot of the type structure for Python objects in the Python/C API."
12941294
msgstr ""
1295-
"回傳 :term:`疊代器 <iterator>` 物件本身。這是為了允許容器和疊代器都可以與 :keyword:"
1295+
"回傳\\ :term:`疊代器 <iterator>`\\ 物件本身。這是為了允許容器和疊代器都可以與 :keyword:"
12961296
"`for` 和 :keyword:`in` 在陳述式中使用。此 method 對應於 Python/C API 中 Python 物件的型"
12971297
"別結構的 :c:member:`~PyTypeObject.tp_iter` 插槽。"
12981298

@@ -1303,7 +1303,7 @@ msgid ""
13031303
"the :c:member:`~PyTypeObject.tp_iternext` slot of the type structure for "
13041304
"Python objects in the Python/C API."
13051305
msgstr ""
1306-
"從 :term:`疊代器 <iterator>` 回傳下一個項目。如果沒有更多項目,則引發 :exc:"
1306+
"從\\ :term:`疊代器 <iterator>`\\ 回傳下一個項目。如果沒有更多項目,則引發 :exc:"
13071307
"`StopIteration` 例外。此 method 對應於 Python/C API 中Python 物件的型別結構的 :c:"
13081308
"member:`~PyTypeObject.tp_iternext` 插槽。"
13091309

0 commit comments

Comments
 (0)