8000 fix: redundant original content · python/python-docs-zh-tw@cb24fcf · GitHub
[go: up one dir, main page]

Skip to content

Commit cb24fcf

Browse files
fix: redundant original content
Co-authored-by: Wei-Hsiang (Matt) Wang <mattwang44@gmail.com>
1 parent 21d327b commit cb24fcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

faq/design.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -991,7 +991,7 @@ msgid ""
991991
msgstr ""
992992
"Python 2.6 加入了 :mod:`abc` 模組,讓你可以定義抽象基底類別 (Abstract Base "
993993
"Classes, ABCs)。你可以使用 :func:`isinstance` 和 :func:`issubclass` 來確認一"
994-
"個實例 (instance) 或是類別是否實作了某個抽象基底類別。而 :mod:`collections."
994+
"個實例或是類別是否實作了某個抽象基底類別。而 :mod:`collections."
995995
"abc` 模組定義了一系列好用的抽象基底類別,像是 :class:`~collections.abc."
996996
"Iterable`、:class:`~collections.abc.Container` 和 :class:`~collections.abc."
997997
"MutableMapping`。"

0 commit comments

Comments
 (0)
0