Skip to content

Commit 7910ae4

Browse files
committed
Update translation from Transifex
1 parent 452d3b5 commit 7910ae4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

reference/expressions.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
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 ""
432432
msgstr ""
433433

434434
msgid ""
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 :"

0 commit comments

Comments
 (0)