@@ -11,7 +11,7 @@ msgid ""
11
11
msgstr ""
12
12
"Project-Id-Version : Python 3.10\n "
13
13
"Report-Msgid-Bugs-To : \n "
14
- "POT-Creation-Date : 2022-12-15 17:05 +0000\n "
14
+ "POT-Creation-Date : 2022-12-25 04:37 +0000\n "
15
15
"PO-Revision-Date : 2022-11-05 17:22+0000\n "
16
16
"Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com>, 2022\n "
17
17
"Language-Team : Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -950,15 +950,15 @@ msgid ""
950
950
"sign may be ``'+'`` or ``'-'``; a ``'+'`` sign has no effect on the value "
951
951
"produced. The argument may also be a string representing a NaN (not-a-"
952
952
"number), or positive or negative infinity. More precisely, the input must "
953
- "conform to the following grammar after leading and trailing whitespace "
954
- "characters are removed:"
953
+ "conform to the ``floatvalue`` production rule in the following grammar, "
954
+ "after leading and trailing whitespace characters are removed:"
955
955
msgstr ""
956
956
957
957
msgid ""
958
- "Here ``floatnumber `` is the form of a Python floating-point literal, "
959
- "described in :ref:`floating`. Case is not significant, so, for example, "
960
- "\" inf \" , \" Inf\" , \" INFINITY\" , and \" iNfINity\" are all acceptable "
961
- "spellings for positive infinity."
958
+ "Here ``digit `` is a Unicode decimal digit (character in the Unicode general "
959
+ "category ``Nd``). Case is not significant, so, for example, \" inf \" , "
960
+ "\" Inf\" , \" INFINITY\" , and \" iNfINity\" are all acceptable spellings for "
961
+ "positive infinity."
962
962
msgstr ""
963
963
964
964
msgid ""
0 commit comments