Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f93424a

Browse files
committed
[po] auto sync bot
1 parent a1d6e12 commit f93424a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

glossary.po

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1798,6 +1798,9 @@ msgid ""
17981798
"and :meth:`__reversed__`. Types that implement this expanded interface can "
17991799
"be registered explicitly using :func:`~abc.register`."
18001800
msgstr ""
1801+
" :class:`collections.abc.Sequence` 抽象基类定义了一个更丰富的接口,它超越了 :meth:`__getitem__` "
1802+
"和 :meth:`__len__` ,添加了 :meth:`count` ,:meth:`index` , :meth:`__contains__` ,"
1803+
" 和 :meth:`__reversed__` 。可以使用 :func:`~abc.register` 显式注册实现此扩展接口的类型。"
18011804

18021805
#: ../../glossary.rst:991
18031806
msgid "single dispatch"

0 commit comments

Comments
 (0)