8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21d327b commit cb24fcfCopy full SHA for cb24fcf
faq/design.po
@@ -991,7 +991,7 @@ msgid ""
991
msgstr ""
992
"Python 2.6 加入了 :mod:`abc` 模組,讓你可以定義抽象基底類別 (Abstract Base "
993
"Classes, ABCs)。你可以使用 :func:`isinstance` 和 :func:`issubclass` 來確認一"
994
-"個實例 (instance) 或是類別是否實作了某個抽象基底類別。而 :mod:`collections."
+"個實例或是類別是否實作了某個抽象基底類別。而 :mod:`collections."
995
"abc` 模組定義了一系列好用的抽象基底類別,像是 :class:`~collections.abc."
996
"Iterable`、:class:`~collections.abc.Container` 和 :class:`~collections.abc."
997
"MutableMapping`。"
0 commit comments