@@ -1302,7 +1302,7 @@ msgid ""
1302
1302
"identity to hold, and then compilers that truncate ``i // j`` need to make "
1303
1303
"``i % j`` have the same sign as ``i``."
1304
1304
msgstr ""
1305
- "那麼整數除法必須回傳底數 。 C 還要求保留該識別性,然後截斷 ``i // j`` 的編譯器需"
1305
+ "那麼整數除法必須回傳向下取整的結果 。 C 還要求保留該識別性,然後截斷 ``i // j`` 的編譯器需"
1306
1306
"要使 ``i % j`` 具有與 ``i`` 相同的符號。"
1307
1307
1308
1308
#: ../../faq/programming.rst:840
@@ -2837,7 +2837,7 @@ msgid ""
2837
2837
"object identity is assured. Generally, there are three circumstances where "
2838
2838
"identity is guaranteed:"
2839
2839
msgstr ""
2840
- "然而,當物件識別性得到保證時,識別性測試 \\ *只能* \\ 代替相等性測試 。一般來說,保"
2840
+ "然而,\\ * 只有 \\ * 當物件識別性得到保證時,識別性測試才能代替相等性測試 。一般來說,保"
2841
2841
"證識別性的情況有以下三種:"
2842
2842
2843
2843
#: ../../faq/programming.rst:1843
@@ -2853,7 +2853,7 @@ msgid ""
2853
2853
"change object identity. After the list assignment ``s[0] = x``, it is "
2854
2854
"guaranteed that ``s[0] is x``."
2855
2855
msgstr ""
2856
- "2) 將物件放入存儲物件引用的容器中不會改變物件識別性。在list賦值 ``s[0] = x`` 之"
2856
+ "2) 將物件放入存儲物件參照的容器中不會改變物件識別性。在 list 賦值 ``s[0] = x`` 之"
2857
2857
"後,保證 ``s[0] 是 x``。"
2858
2858
2859
2859
#: ../../faq/programming.rst:1850
@@ -2874,7 +2874,7 @@ msgid ""
2874
2874
"guaranteed to be singletons::"
2875
2875
msgstr ""
2876
2876
"在大多數其他情況下,識別性測試是不可取的,相等性測試是首選。特別是,識別性測試不應"
2877
- "用於檢查常數,例如 :class:`int` 和 :class:`str` 不能保證是單例 :\n"
2877
+ "用於檢查常數,例如不能保證是單例的 :class:`int` 和 :class:`str`:\n"
2878
2878
"\n"
2879
2879
"::"
2880
2880
@@ -3391,7 +3391,7 @@ msgid ""
3391
3391
"The nature of the problem is made clear if you print out the \" identity\" of "
3392
3392
"the class objects::"
3393
3393
msgstr ""
3394
- "如果印出出類別物件的 「識別性」,問題的本質就很清楚了:\n"
3394
+ "如果印出類別物件的 「識別性」,問題的本質就很清楚了:\n"
3395
3395
"\n"
3396
3396
"::"
3397
3397
0 commit comments