@@ -17,7 +17,7 @@ msgid ""
1717msgstr ""
1818"Project-Id-Version : Python 3.13\n "
1919"Report-Msgid-Bugs-To : \n "
20- "POT-Creation-Date : 2025-01-17 14:16+0000\n "
20+ "POT-Creation-Date : 2025-01-24 14:16+0000\n "
2121"PO-Revision-Date : 2021-06-28 00:47+0000\n "
2222"Last-Translator : Stan Ulbrych, 2025\n "
2323"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -185,10 +185,10 @@ msgstr ""
185185
186186msgid ""
187187"Each :keyword:`yield` temporarily suspends processing, remembering the "
188- "location execution state (including local variables and pending try-"
189- "statements). When the *asynchronous generator iterator* effectively resumes "
190- "with another awaitable returned by :meth:`~object.__anext__`, it picks up "
191- "where it left off. See :pep:`492` and :pep:`525`."
188+ "execution state (including local variables and pending try-statements). "
189+ "When the *asynchronous generator iterator* effectively resumes with another "
190+ "awaitable returned by :meth:`~object.__anext__`, it picks up where it left "
191+ "off. See :pep:`492` and :pep:`525`."
192192msgstr ""
193193
194194msgid "asynchronous iterable"
@@ -866,9 +866,9 @@ msgstr ""
866866
867867msgid ""
868868"Each :keyword:`yield` temporarily suspends processing, remembering the "
869- "location execution state (including local variables and pending try-"
870- "statements). When the *generator iterator* resumes, it picks up where it "
871- "left off (in contrast to functions which start fresh on every invocation)."
869+ "execution state (including local variables and pending try-statements). "
870+ "When the *generator iterator* resumes, it picks up where it left off (in "
871+ "contrast to functions which start fresh on every invocation)."
872872msgstr ""
873873
874874msgid "generator expression"
@@ -1221,8 +1221,10 @@ msgid "loader"
12211221msgstr "ładowarka"
12221222
12231223msgid ""
1224- "An object that loads a module. It must define a method named :meth:"
1225- "`load_module`. A loader is typically returned by a :term:`finder`. See also:"
1224+ "An object that loads a module. It must define the :meth:`!exec_module` and :"
1225+ "meth:`!create_module` methods to implement the :class:`~importlib.abc."
1226+ "Loader` interface. A loader is typically returned by a :term:`finder`. See "
1227+ "also:"
12261228msgstr ""
12271229
12281230msgid ":ref:`finders-and-loaders`"
0 commit comments