We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 471d909 commit 1e6221eCopy full SHA for 1e6221e
pep-0479.txt
@@ -57,9 +57,9 @@ problem.)
57
This is particularly pernicious in combination with the ``yield from``
58
construct of :pep:`380`, as it breaks the abstraction that a
59
subgenerator may be factored out of a generator. That PEP notes this
60
-limitation, but notes that "use cases for these [are] rare to non-
61
-existent". Unfortunately while intentional use is rare, it is easy to
62
-stumble on these cases by accident::
+limitation, but notes that "use cases for these [are] rare to
+non-existent". Unfortunately while intentional use is rare, it is
+easy to stumble on these cases by accident::
63
64
import contextlib
65
0 commit comments