@@ -16,7 +16,7 @@ msgid ""
16
16
msgstr ""
17
17
"Project-Id-Version : Python 3.13\n "
18
18
"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 "
20
20
"PO-Revision-Date : 2021-06-28 01:19+0000\n "
21
21
"Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n "
22
22
"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -1183,7 +1183,7 @@ msgstr ""
1183
1183
msgid ""
1184
1184
"The iterator returns :class:`tuple`\\ s containing the ``(start_line, "
1185
1185
"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 "
1187
1187
"information is 0-indexed utf-8 byte offsets on the given source line."
1188
1188
msgstr ""
1189
1189
@@ -1303,12 +1303,12 @@ msgid ""
1303
1303
msgstr ""
1304
1304
1305
1305
msgid ""
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-"
1308
1308
"through proxy object."
1309
1309
msgstr ""
1310
1310
1311
- msgid "Return a proxy for functions and comprehensions ."
1311
+ msgid "Return a proxy for optimized scopes ."
1312
1312
msgstr ""
1313
1313
1314
1314
msgid ""
0 commit comments