@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.12\n "
1313"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 "
1515"PO-Revision-Date : 2024-05-11 00:32+0000\n "
1616"Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n "
1717"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -201,10 +201,10 @@ msgstr ""
201201
202202msgid ""
203203"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`."
208208msgstr ""
209209
210210msgid "asynchronous iterable"
@@ -777,9 +777,9 @@ msgstr ""
777777
778778msgid ""
779779"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)."
783783msgstr ""
784784
785785msgid "generator expression"
@@ -1129,8 +1129,10 @@ msgid "loader"
11291129msgstr "ładowarka"
11301130
11311131msgid ""
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:"
11341136msgstr ""
11351137
11361138msgid ":ref:`finders-and-loaders`"
0 commit comments