@@ -16,7 +16,7 @@ msgid ""
1616msgstr ""
1717"Project-Id-Version : Python 3.13\n "
1818"Report-Msgid-Bugs-To : \n "
19- "POT-Creation-Date : 2024-05-24 14:15+0000\n "
19+ "POT-Creation-Date : 2024-06-07 14:15+0000\n "
2020"PO-Revision-Date : 2021-06-28 01:19+0000\n "
2121"
Last-Translator :
Rafael Fontenelle <[email protected] >, 2024\n "
2222"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -1183,7 +1183,7 @@ msgstr ""
11831183msgid ""
11841184"The iterator returns :class:`tuple`\\ s containing the ``(start_line, "
11851185"end_line, start_column, end_column)``. The *i-th* tuple corresponds to the "
1186- "position of the source code that compiled to the *i-th* instruction . Column "
1186+ "position of the source code that compiled to the *i-th* code unit . Column "
11871187"information is 0-indexed utf-8 byte offsets on the given source line."
11881188msgstr ""
11891189
@@ -1303,12 +1303,12 @@ msgid ""
13031303msgstr ""
13041304
13051305msgid ""
1306- "The dictionary used by the frame to look up :ref:`local variables <naming>`. "
1307- "If the frame refers to an :term:`optimized scope`, this may return a write-"
1306+ "The mapping used by the frame to look up :ref:`local variables <naming>`. If "
1307+ "the frame refers to an :term:`optimized scope`, this may return a write-"
13081308"through proxy object."
13091309msgstr ""
13101310
1311- msgid "Return a proxy for functions and comprehensions ."
1311+ msgid "Return a proxy for optimized scopes ."
13121312msgstr ""
13131313
13141314msgid ""
0 commit comments