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 9409aa5 commit 4059f34Copy full SHA for 4059f34
peps/pep-0798.rst
@@ -926,7 +926,7 @@ One of the common questions about the semantics outlined above had to do with
926
the difference between using ``yield from`` when unpacking inside of a
927
generator expression, versus using an explicit loop. Because this is a
928
fairly-advanced feature of generators, this appendix attempts to summarize some
929
-of the key differences between generators that use ``yield from`` versus those
+of the key differences between generators that use ``yield from`` and those
930
that use explicit loops.
931
932
Basic Behavior
0 commit comments