@@ -347,8 +347,7 @@ msgstr ""
347
347
"或其他物件的類別進行排序,除非 class 定義足夠的"
348
348
" method ,包含 :meth:`~object.__lt__`、:meth:`~object.__le__`、:meth:`~object."
349
349
"__gt__` 及 :meth:`~object.__ge__`\\ (一般來說,使用 :meth:`~object.__lt__` 及 :"
350
- "meth:`~object.__eq__` 就可以滿足"
351
- "常規意義上的比較運算子)。"
350
+ "meth:`~object.__eq__` 就可以滿足常規意義上的比較運算子)。"
352
351
353
352
#: ../../library/stdtypes.rst:190
354
353
msgid ""
@@ -357,8 +356,7 @@ msgid ""
357
356
"exception."
358
357
msgstr ""
359
358
"無法自定義 :keyword:`is` 與 :keyword:`is not` 運算子的行為"
360
- ";這兩個運算子也可以運用在任意兩個物件且不會導致"
361
- "例外。"
359
+ ";這兩個運算子也可以運用在任意兩個物件且不會引發例外。"
362
360
363
361
#: ../../library/stdtypes.rst:198
364
362
msgid ""
@@ -666,7 +664,7 @@ msgid ""
666
664
"Python defines ``pow(0, 0)`` and ``0 ** 0`` to be ``1``, as is common for "
667
665
"programming languages."
668
666
msgstr ""
669
- "Python 將 ``pow(0, 0)`` 及 ``0 ** 0`` 定義為 ``1``"
667
+ "Python 將 ``pow(0, 0)`` 及 ``0 ** 0`` 定義為 ``1`` "
670
668
"這是在撰寫程式語言時的普遍做法。"
671
669
672
670
#: ../../library/stdtypes.rst:352
@@ -675,7 +673,7 @@ msgid ""
675
673
"Unicode equivalent (code points with the ``Nd`` property)."
676
674
msgstr ""
677
675
"字面數值接受包含數字 ``0`` 到 ``9`` 或任何"
678
- "等效的 Unicode 字符(具有 ``Nd`` 屬性的碼位)"
676
+ "等效的 Unicode 字符(具有 ``Nd`` 屬性的碼位)。 "
679
677
680
678
#: ../../library/stdtypes.rst:355
681
679
msgid ""
0 commit comments