File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ msgid ""
1212msgstr ""
1313"Project-Id-Version : Python 3.9\n "
1414"Report-Msgid-Bugs-To : \n "
15- "POT-Creation-Date : 2021-05-23 06:25 +0000\n "
15+ "POT-Creation-Date : 2021-08-10 07:12 +0000\n "
1616"PO-Revision-Date : 2017-02-16 23:11+0000\n "
1717"Last-Translator : Igor Zubrycki <igorzubrycki@gmail.com>, 2020\n "
1818"Language-Team : Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -1426,11 +1426,11 @@ msgid ""
14261426msgstr ""
14271427
14281428msgid ""
1429- "``'surrogateescape'`` will represent any incorrect bytes as code points in "
1430- "the Unicode Private Use Area ranging from U+DC80 to U+DCFF. These private "
1431- "code points will then be turned back into the same bytes when the "
1432- "``surrogateescape`` error handler is used when writing data. This is useful "
1433- "for processing files in an unknown encoding."
1429+ "``'surrogateescape'`` will represent any incorrect bytes as low surrogate "
1430+ "code units ranging from U+DC80 to U+DCFF. These surrogate code units will "
1431+ "then be turned back into the same bytes when the ``surrogateescape`` error "
1432+ "handler is used when writing data. This is useful for processing files in "
1433+ "an unknown encoding."
14341434msgstr ""
14351435
14361436msgid ""
You can’t perform that action at this time.
0 commit comments