File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -955,12 +955,14 @@ msgid ""
955955"float and back again will recover a string representing the same decimal "
956956"value::"
957957msgstr ""
958+ "关于 :attr:`sys.float_info.dig` 属性的进一步说明。如果 ``s`` 是表示十进制数的字符串,而该数最多有 "
959+ ":attr:`sys.float_info.dig` 位有效数字,则将 ``s`` 转换为 float 再转回去将恢复原先相同十进制值的字符串::"
958960
959961#: ../../library/sys.rst:539
960962msgid ""
961963"But for strings with more than :attr:`sys.float_info.dig` significant "
962964"digits, this isn't always true::"
963- msgstr ""
965+ msgstr "但是对于超过 :attr:`sys.float_info.dig` 位有效数字的字符串,转换前后并非总是相同:: "
964966
965967#: ../../library/sys.rst:548
966968msgid ""
@@ -992,15 +994,15 @@ msgstr ""
992994msgid ""
993995"If a Python build or implementation cannot reasonably compute this "
994996"information, :func:`getallocatedblocks()` is allowed to return 0 instead."
995- msgstr ""
997+ msgstr "如果当前 Python 构建或实现无法合理地计算此信息,允许 :func:`getallocatedblocks()` 返回 0。 "
996998
997999#: ../../library/sys.rst:576
9981000msgid "Return the build time API version of Android as an integer."
999- msgstr ""
1001+ msgstr "返回一个整数,表示 Android 构建时 API 版本。 "
10001002
10011003#: ../../library/sys.rst:579
10021004msgid ":ref:`Availability <availability>`: Android."
1003- msgstr ""
1005+ msgstr ":ref:`可用性 <availability>`:Android。 "
10041006
10051007#: ../../library/sys.rst:585
10061008msgid ""
You can’t perform that action at this time.
0 commit comments