@@ -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-11-25 16:33 +0000\n "
14
+ "POT-Creation-Date : 2022-12-12 16:23 +0000\n "
15
15
"PO-Revision-Date : 2022-11-05 17:23+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 "
@@ -200,7 +200,7 @@ msgstr ""
200
200
201
201
msgid ""
202
202
"the scopes of any enclosing functions, which are searched starting with the "
203
- "nearest enclosing scope, contains non-local, but also non-global names"
203
+ "nearest enclosing scope, contain non-local, but also non-global names"
204
204
msgstr ""
205
205
206
206
msgid "the next-to-last scope contains the current module's global names"
@@ -213,7 +213,7 @@ msgstr ""
213
213
214
214
msgid ""
215
215
"If a name is declared global, then all references and assignments go "
216
- "directly to the middle scope containing the module's global names. To "
216
+ "directly to the next-to-last scope containing the module's global names. To "
217
217
"rebind variables found outside of the innermost scope, the :keyword:"
218
218
"`nonlocal` statement can be used; if not declared nonlocal, those variables "
219
219
"are read-only (an attempt to write to such a variable will simply create a "
0 commit comments