Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d048dd5

Browse filesBrowse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent fa94c52 commit d048dd5
Copy full SHA for d048dd5

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed

‎tutorial/classes.po

Copy file name to clipboardExpand all lines: tutorial/classes.po
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.10\n"
1313
"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"
1515
"PO-Revision-Date: 2022-11-05 17:23+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2022\n"
1717
"Language-Team: Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -200,7 +200,7 @@ msgstr ""
200200

201201
msgid ""
202202
"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"
204204
msgstr ""
205205

206206
msgid "the next-to-last scope contains the current module's global names"
@@ -213,7 +213,7 @@ msgstr ""
213213

214214
msgid ""
215215
"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 "
217217
"rebind variables found outside of the innermost scope, the :keyword:"
218218
"`nonlocal` statement can be used; if not declared nonlocal, those variables "
219219
"are read-only (an attempt to write to such a variable will simply create a "

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.