@@ -18,7 +18,7 @@ msgid ""
1818msgstr ""
1919"Project-Id-Version : Python 3.8\n "
2020"Report-Msgid-Bugs-To : \n "
21- "POT-Creation-Date : 2020-01-01 12:19 +0000\n "
21+ "POT-Creation-Date : 2020-01-14 12:26 +0000\n "
2222"PO-Revision-Date : 2017-02-16 23:29+0000\n "
2323"
Last-Translator :
Arisaka97 <[email protected] >, 2019\n "
2424"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
@@ -712,7 +712,7 @@ msgstr "DBL_EPSILON"
712712
713713#: /home/travis/build/python/cpython-doc-catalog/Doc/library/sys.rst:482
714714msgid ""
715- "difference between 1 and the least value greater than 1 that is "
715+ "difference between 1.0 and the least value greater than 1.0 that is "
716716"representable as a float"
717717msgstr ""
718718
@@ -753,7 +753,7 @@ msgid "DBL_MAX"
753753msgstr "DBL_MAX"
754754
755755#: /home/travis/build/python/cpython-doc-catalog/Doc/library/sys.rst:491
756- msgid "maximum representable finite float"
756+ msgid "maximum representable positive finite float"
757757msgstr ""
758758
759759#: /home/travis/build/python/cpython-doc-catalog/Doc/library/sys.rst:493
@@ -766,7 +766,8 @@ msgstr "DBL_MAX_EXP"
766766
767767#: /home/travis/build/python/cpython-doc-catalog/Doc/library/sys.rst:493
768768msgid ""
769- "maximum integer e such that ``radix**(e-1)`` is a representable finite float"
769+ "maximum integer *e* such that ``radix**(e-1)`` is a representable finite "
770+ "float"
770771msgstr ""
771772
772773#: /home/travis/build/python/cpython-doc-catalog/Doc/library/sys.rst:496
@@ -779,7 +780,7 @@ msgstr "DBL_MAX_10_EXP"
779780
780781#: /home/travis/build/python/cpython-doc-catalog/Doc/library/sys.rst:496
781782msgid ""
782- "maximum integer e such that ``10**e`` is in the range of representable "
783+ "maximum integer *e* such that ``10**e`` is in the range of representable "
783784"finite floats"
784785msgstr ""
785786
@@ -792,7 +793,7 @@ msgid "DBL_MIN"
792793msgstr "DBL_MIN"
793794
794795#: /home/travis/build/python/cpython-doc-catalog/Doc/library/sys.rst:499
795- msgid "minimum positive normalized float"
796+ msgid "minimum representable positive * normalized* float"
796797msgstr ""
797798
798799#: /home/travis/build/python/cpython-doc-catalog/Doc/library/sys.rst:501
@@ -804,7 +805,7 @@ msgid "DBL_MIN_EXP"
804805msgstr "DBL_MIN_EXP"
805806
806807#: /home/travis/build/python/cpython-doc-catalog/Doc/library/sys.rst:501
807- msgid "minimum integer e such that ``radix**(e-1)`` is a normalized float"
808+ msgid "minimum integer *e* such that ``radix**(e-1)`` is a normalized float"
808809msgstr ""
809810
810811#: /home/travis/build/python/cpython-doc-catalog/Doc/library/sys.rst:504
@@ -816,7 +817,7 @@ msgid "DBL_MIN_10_EXP"
816817msgstr "DBL_MIN_10_EXP"
817818
818819#: /home/travis/build/python/cpython-doc-catalog/Doc/library/sys.rst:504
819- msgid "minimum integer e such that ``10**e`` is a normalized float"
820+ msgid "minimum integer *e* such that ``10**e`` is a normalized float"
820821msgstr ""
821822
822823#: /home/travis/build/python/cpython-doc-catalog/Doc/library/sys.rst:507
0 commit comments