@@ -1388,7 +1388,7 @@ msgid ""
1388
1388
"out)` order if *last* is true or :abbr:`FIFO (first-in, first-out)` order if "
1389
1389
"false."
1390
1390
msgstr ""
1391
- "Ordered dictionary 的 :meth:`popitem` 方法移除並回傳一個 ( key, value) 鍵值 "
1391
+ "Ordered dictionary 的 :meth:`popitem` 方法移除並回傳一個鍵值( key, value) "
1392
1392
"對。如果 *last* 為真值,則按 :abbr:`LIFO (last-in, first-out)` 後進先出的順序"
1393
1393
"回傳鍵值對,否則就按 :abbr:`FIFO (first-in, first-out)` 先進先出的順序回傳鍵"
1394
1394
"值對。"
@@ -1478,7 +1478,7 @@ msgid ""
1478
1478
"subclass directly from :class:`dict`; however, this class can be easier to "
1479
1479
"work with because the underlying dictionary is accessible as an attribute."
1480
1480
msgstr ""
1481
- ":class:`UserDict` 類別 dict 物件的包裝器。因為已經可以直接自 :class:`dict` 建"
1481
+ ":class:`UserDict` 類別是作為 dict 物件的包裝器。因為已經可以直接自 :class:`dict` 建"
1482
1482
"立子類別,這個類別的需求已部分被滿足,不過這個類別使用起來更方便,因為被包裝"
1483
1483
"的字典可以作為其屬性來存取。"
1484
1484
@@ -1492,7 +1492,7 @@ msgid ""
1492
1492
msgstr ""
1493
1493
"模擬字典的類別。實例的內容被存於一個字典,可透過 :class:`UserDict` 的 :attr:"
1494
1494
"`data` 屬性來做存取。如果有提供 *initialdata*\\ ,\\ :attr:`data` 屬性會被初"
1495
- "始化為其值;要注意指到 *initialdata* 的指標不會被保留 ,使其可被用於其他目的。"
1495
+ "始化為其值;要注意指到 *initialdata* 的參照不會被保留 ,使其可被用於其他目的。"
1496
1496
1497
1497
#: ../../library/collections.rst:1287
1498
1498
msgid ""
@@ -1578,7 +1578,7 @@ msgid ""
1578
1578
"consult the sources for information about the methods which need to be "
1579
1579
"provided in that case."
1580
1580
msgstr ""
1581
- "如果希望一個自此獲得的子類別能夠別按照上述條件 ,那所有該類別支援的特殊方法則"
1581
+ "如果希望一個自此獲得的子類別不遵從上述要求 ,那所有該類別支援的特殊方法則"
1582
1582
"必須被覆寫;請參考原始碼來理解在這情況下哪些方法是必須提供的。"
1583
1583
1584
1584
#: ../../library/collections.rst:1338
@@ -1592,7 +1592,7 @@ msgid ""
1592
1592
"directly from :class:`str`; however, this class can be easier to work with "
1593
1593
"because the underlying string is accessible as an attribute."
1594
1594
msgstr ""
1595
- ":class:`UserString` 類別是字串物件的包裝器 因為已經可以從 :class:`str` 直接建"
1595
+ ":class:`UserString` 類別是字串物件的包裝器, 因為已經可以從 :class:`str` 直接建"
1596
1596
"立子類別,這個類別的需求已經部分被滿足,不過這個類別使用起來更方便,因為被包"
1597
1597
"裝的字串可以作為其屬性來存取。"
1598
1598
0 commit comments