@@ -12,7 +12,7 @@ msgid ""
1212msgstr ""
1313"Project-Id-Version : Python 3.11\n "
1414"Report-Msgid-Bugs-To : \n "
15- "POT-Creation-Date : 2023-06-23 14:49 +0000\n "
15+ "POT-Creation-Date : 2023-06-30 14:41 +0000\n "
1616"PO-Revision-Date : 2023-05-24 02:11+0000\n "
1717"Last-Translator : Waldemar Stoczkowski, 2023\n "
1818"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -152,8 +152,8 @@ msgstr ""
152152
153153msgid ""
154154"An object which controls the environment seen in an :keyword:`async with` "
155- "statement by defining :meth:`__aenter__` and :meth:`__aexit__` methods. "
156- "Introduced by :pep:`492`."
155+ "statement by defining :meth:`~object. __aenter__` and :meth:`~object. "
156+ "__aexit__` methods. Introduced by :pep:`492`."
157157msgstr ""
158158
159159msgid "asynchronous generator"
@@ -185,37 +185,37 @@ msgstr ""
185185
186186msgid ""
187187"This is an :term:`asynchronous iterator` which when called using the :meth:"
188- "`__anext__` method returns an awaitable object which will execute the body "
189- "of the asynchronous generator function until the next :keyword:`yield` "
190- "expression."
188+ "`~object. __anext__` method returns an awaitable object which will execute "
189+ "the body of the asynchronous generator function until the next :keyword:"
190+ "`yield` expression."
191191msgstr ""
192192
193193msgid ""
194194"Each :keyword:`yield` temporarily suspends processing, remembering the "
195195"location execution state (including local variables and pending try-"
196196"statements). When the *asynchronous generator iterator* effectively resumes "
197- "with another awaitable returned by :meth:`__anext__`, it picks up where it "
198- "left off. See :pep:`492` and :pep:`525`."
197+ "with another awaitable returned by :meth:`~object. __anext__`, it picks up "
198+ "where it left off. See :pep:`492` and :pep:`525`."
199199msgstr ""
200200
201201msgid "asynchronous iterable"
202202msgstr ""
203203
204204msgid ""
205205"An object, that can be used in an :keyword:`async for` statement. Must "
206- "return an :term:`asynchronous iterator` from its :meth:`__aiter__` method. "
207- "Introduced by :pep:`492`."
206+ "return an :term:`asynchronous iterator` from its :meth:`~object. __aiter__` "
207+ "method. Introduced by :pep:`492`."
208208msgstr ""
209209
210210msgid "asynchronous iterator"
211211msgstr ""
212212
213213msgid ""
214- "An object that implements the :meth:`__aiter__` and :meth:`__anext__` "
215- "methods. `` __anext__`` must return an :term:`awaitable` object. :keyword :"
216- "`async for` resolves the awaitables returned by an asynchronous iterator's : "
217- "meth:`__anext__` method until it raises a :exc:`StopAsyncIteration` "
218- "exception. Introduced by :pep:`492`."
214+ "An object that implements the :meth:`~object. __aiter__` and :meth:`~object. "
215+ "__anext__` methods. :meth:`~object. __anext__` must return an :term:"
216+ "`awaitable` object. :keyword:` async for` resolves the awaitables returned by "
217+ "an asynchronous iterator's : meth:`~object. __anext__` method until it raises "
218+ "a :exc:`StopAsyncIteration` exception. Introduced by :pep:`492`."
219219msgstr ""
220220
221221msgid "attribute"
@@ -240,8 +240,8 @@ msgstr ""
240240
241241msgid ""
242242"An object that can be used in an :keyword:`await` expression. Can be a :"
243- "term:`coroutine` or an object with an :meth:`__await__` method. See also : "
244- "pep:`492`."
243+ "term:`coroutine` or an object with an :meth:`~object. __await__` method. See "
244+ "also : pep:`492`."
245245msgstr ""
246246
247247msgid "BDFL"
0 commit comments