@@ -321,7 +321,7 @@ msgid ""
321
321
msgstr ""
322
322
"除了不同的數字型別外,不同型別的物件不能進行相等比較。"
323
323
"運算子 ``==`` 總有定義,但在某些物件型別(例如,"
324
- "class 物件)時,運算子會等同於 :keyword:`is`\\ 。其他運算子 ``<``、``<=``、"
324
+ "class 物件)時,運算子會等同於 :keyword:`is`\\ 。其他運算子 ``<``\\ 、``<=``\\ 、"
325
325
"``>`` 及 ``>=`` 皆僅在有意義的部分有所定義;例如,"
326
326
"當其中一個引數為複數時,"
327
327
"將引發一個 :exc:`TypeError` 的例外。"
@@ -345,7 +345,7 @@ msgid ""
345
345
msgstr ""
346
346
"一個 class 的實例不可以與其他相同 class 的實例"
347
347
"或其他物件的類別進行排序,除非 class 定義足夠的"
348
- " method ,包含 :meth:`~object.__lt__`、:meth:`~object.__le__`、:meth:`~object."
348
+ " method ,包含 :meth:`~object.__lt__`\\ 、:meth:`~object.__le__`\\ 、:meth:`~object."
349
349
"__gt__` 及 :meth:`~object.__ge__`\\ (一般來說,使用 :meth:`~object.__lt__` 及 :"
350
350
"meth:`~object.__eq__` 就可以滿足常規意義上的比較運算子)。"
351
351
@@ -370,7 +370,7 @@ msgstr ""
370
370
371
371
#: ../../library/stdtypes.rst:205
372
372
msgid "Numeric Types --- :class:`int`, :class:`float`, :class:`complex`"
373
- msgstr "數字型別 --- :class:`int`、:class:`float`、:class:`complex`"
373
+ msgstr "數字型別 --- :class:`int`\\ 、:class:`float`\\ 、:class:`complex`"
374
374
375
375
#: ../../library/stdtypes.rst:215
376
376
msgid ""
@@ -386,7 +386,7 @@ msgid ""
386
386
"numeric types :mod:`fractions.Fraction`, for rationals, and :mod:`decimal."
387
387
"Decimal`, for floating-point numbers with user-definable precision.)"
388
388
msgstr ""
389
- "數字型別共有三種::dfn:`integers`、:dfn:`floating "
389
+ "數字型別共有三種::dfn:`integers`\\ 、:dfn:`floating "
390
390
"point numbers` 及 :dfn:`complex numbers`\\ 。此外,Boolean 為為整數中的"
391
391
"一個子型別。整數有無限的精度。浮點數通常使用 C 裡面的 :c:expr:`double` "
392
392
"實現。關於在你程式所運作的機器上之浮點數的精度及內部表示法可以在 :data:`sys."
@@ -434,7 +434,7 @@ msgid ""
434
434
"The constructors :func:`int`, :func:`float`, and :func:`complex` can be used "
435
435
"to produce numbers of a specific type."
436
436
msgstr ""
437
- "建構函數: :func:`inc`、:func:`float` 及 :func:`complex` 可以用來"
437
+ "建構函數: :func:`inc`\\ 、:func:`float` 及 :func:`complex` 可以用來"
438
438
"產生特定型別的數字。"
439
439
440
440
#: ../../library/stdtypes.rst:271
@@ -630,8 +630,8 @@ msgid ""
630
630
msgstr ""
631
631
"也被稱為整數除法。對於整數型別的操作數,結果"
632
632
"為一個整數,但型別並不需要為整數。結果會總是"
633
- "往負無限大的方向取整數值: ``1//2`` 為 ``0``、``(-1)//2`` 為"
634
- "``-1``、``1//(-2)`` 為 ``-1`` 及 ``(-1)//(-2)`` 為 ``0``"
633
+ "往負無限大的方向取整數值: ``1//2`` 為 ``0``\\ 、``(-1)//2`` 為"
634
+ "``-1``\\ 、``1//(-2)`` 為 ``-1`` 及 ``(-1)//(-2)`` 為 ``0``"
635
635
636
636
#: ../../library/stdtypes.rst:328
637
637
msgid ""
@@ -1273,10 +1273,10 @@ msgid ""
1273
1273
"``!=`` should be preferred over ``&``, ``|`` and ``^``."
1274
1274
msgstr ""
1275
1275
"對於邏輯運算,使用 :ref:`boolean operators <boolean>`"
1276
- " ``and``、``or`` 和 ``not``\\ 。當將位元運算子 ``&``、``"
1277
- "|``、``^`` 應用於兩個布林值時,它們會返回一個等同於邏輯運算"
1276
+ " ``and``\\ 、``or`` 和 ``not``\\ 。當將位元運算子 ``&``\\ 、``"
1277
+ "|``\\ 、``^`` 應用於兩個布林值時,它們會返回一個等同於邏輯運算"
1278
1278
" \" and\" 、\" or\" 、\" xor\" 的布林值。然而,應該優先使用邏輯"
1279
- "運算子 ``and``、``or`` 和 ``!=`` 而不是 ``&``、``|`` 和 ``^``\\ 。"
1279
+ "運算子 ``and``\\ 、``or`` 和 ``!=`` 而不是 ``&``\\ 、``|`` 和 ``^``\\ 。"
1280
1280
1281
1281
#: ../../library/stdtypes.rst:830
1282
1282
msgid ""
0 commit comments