@@ -11,7 +11,7 @@ msgid ""
11
11
msgstr ""
12
12
"Project-Id-Version : Python 3.12\n "
13
13
"Report-Msgid-Bugs-To : \n "
14
- "POT-Creation-Date : 2025-01-10 14:49 +0000\n "
14
+ "POT-Creation-Date : 2025-01-24 14:52 +0000\n "
15
15
"PO-Revision-Date : 2024-05-11 00:32+0000\n "
16
16
"Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n "
17
17
"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -201,10 +201,10 @@ msgstr ""
201
201
202
202
msgid ""
203
203
"Each :keyword:`yield` temporarily suspends processing, remembering the "
204
- "location execution state (including local variables and pending try-"
205
- "statements). When the *asynchronous generator iterator* effectively resumes "
206
- "with another awaitable returned by :meth:`~object.__anext__`, it picks up "
207
- "where it left off. See :pep:`492` and :pep:`525`."
204
+ "execution state (including local variables and pending try-statements). "
205
+ "When the *asynchronous generator iterator* effectively resumes with another "
206
+ "awaitable returned by :meth:`~object.__anext__`, it picks up where it left "
207
+ "off. See :pep:`492` and :pep:`525`."
208
208
msgstr ""
209
209
210
210
msgid "asynchronous iterable"
@@ -777,9 +777,9 @@ msgstr ""
777
777
778
778
msgid ""
779
779
"Each :keyword:`yield` temporarily suspends processing, remembering the "
780
- "location execution state (including local variables and pending try-"
781
- "statements). When the *generator iterator* resumes, it picks up where it "
782
- "left off (in contrast to functions which start fresh on every invocation)."
780
+ "execution state (including local variables and pending try-statements). "
781
+ "When the *generator iterator* resumes, it picks up where it left off (in "
782
+ "contrast to functions which start fresh on every invocation)."
783
783
msgstr ""
784
784
785
785
msgid "generator expression"
@@ -1129,8 +1129,10 @@ msgid "loader"
1129
1129
msgstr "ładowarka"
1130
1130
1131
1131
msgid ""
1132
- "An object that loads a module. It must define a method named :meth:"
1133
- "`load_module`. A loader is typically returned by a :term:`finder`. See also:"
1132
+ "An object that loads a module. It must define the :meth:`!exec_module` and :"
1133
+ "meth:`!create_module` methods to implement the :class:`~importlib.abc."
1134
+ "Loader` interface. A loader is typically returned by a :term:`finder`. See "
1135
+ "also:"
1134
1136
msgstr ""
1135
1137
1136
1138
msgid ":ref:`finders-and-loaders`"
0 commit comments