File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -942,12 +942,14 @@ msgid ""
942942"float and back again will recover a string representing the same decimal "
943943"value::"
944944msgstr ""
945+ "关于 :attr:`sys.float_info.dig` 属性的进一步说明。如果 ``s`` 是表示十进制数的字符串,而该数最多有 "
946+ ":attr:`sys.float_info.dig` 位有效数字,则将 ``s`` 转换为 float 再转回去将恢复原先相同十进制值的字符串::"
945947
946948#: ../../library/sys.rst:532
947949msgid ""
948950"But for strings with more than :attr:`sys.float_info.dig` significant "
949951"digits, this isn't always true::"
950- msgstr ""
952+ msgstr "但是对于超过 :attr:`sys.float_info.dig` 位有效数字的字符串,转换前后并非总是相同:: "
951953
952954#: ../../library/sys.rst:541
953955msgid ""
@@ -979,15 +981,15 @@ msgstr ""
979981msgid ""
980982"If a Python build or implementation cannot reasonably compute this "
981983"information, :func:`getallocatedblocks()` is allowed to return 0 instead."
982- msgstr ""
984+ msgstr "如果当前 Python 构建或实现无法合理地计算此信息,允许 :func:`getallocatedblocks()` 返回 0。 "
983985
984986#: ../../library/sys.rst:569
985987msgid "Return the build time API version of Android as an integer."
986- msgstr ""
988+ msgstr "返回一个整数,表示 Android 构建时 API 版本。 "
987989
988990#: ../../library/sys.rst:572
989991msgid ":ref:`Availability <availability>`: Android."
990- msgstr ""
992+ msgstr ":ref:`可用性 <availability>`:Android。 "
991993
992994#: ../../library/sys.rst:578
993995msgid "Return the interpreter's \" check interval\" ; see :func:`setcheckinterval`."
You can’t perform that action at this time.
0 commit comments