File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.8\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2021-01-01 16:06 +0000\n "
14+ "POT-Creation-Date : 2021-02-21 16:31 +0000\n "
1515"PO-Revision-Date : 2020-05-30 12:15+0000\n "
1616"Last-Translator : m_aciek <maciej.olko@gmail.com>, 2020\n "
1717"Language-Team : Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -432,9 +432,9 @@ msgid ""
432432msgstr ""
433433
434434msgid ""
435- "When ``yield from <expr>`` is used, it treats the supplied expression as a "
436- "subiterator. All values produced by that subiterator are passed directly to "
437- "the caller of the current generator's methods. Any values passed in with :"
435+ "When ``yield from <expr>`` is used, the supplied expression must be an "
436+ "iterable. The values produced by iterating that iterable are passed directly "
437+ "to the caller of the current generator's methods. Any values passed in with :"
438438"meth:`~generator.send` and any exceptions passed in with :meth:`~generator."
439439"throw` are passed to the underlying iterator if it has the appropriate "
440440"methods. If this is not the case, then :meth:`~generator.send` will raise :"
You can’t perform that action at this time.
0 commit comments