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

Skip to content

Commit 7ce1c5a

Browse files
committed
[po] auto sync bot
1 parent dd2ba3b commit 7ce1c5a

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

library/numbers.po

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,18 @@ msgid ""
3636
"define more operations. None of the types defined in this module can be "
3737
"instantiated."
3838
msgstr ""
39+
":mod:`numbers` 模块 (:pep:`3141`) 定义了数字的层次结构 :term:`abstract base classes` "
40+
",逐步定义了更多操作。这个模块中定义的的类型都不可以被实例化。"
3941

4042
#: ../../library/numbers.rst:18
4143
msgid ""
4244
"The root of the numeric hierarchy. If you just want to check if an argument "
4345
"*x* is a number, without caring what kind, use ``isinstance(x, Number)``."
44-
msgstr ""
46+
msgstr "数字的层次结构的基础。如果你只想确认参数 *x* 是不是数字而不关心其类型,则使用``isinstance(x, Number)``。"
4547

4648
#: ../../library/numbers.rst:23
4749
msgid "The numeric tower"
48-
msgstr ""
50+
msgstr "数字的层次"
4951

5052
#: ../../library/numbers.rst:27
5153
msgid ""

0 commit comments

Comments
 (0)