Skip to content

Commit 4059f34

Browse files
committed
grammatical fix
1 parent 9409aa5 commit 4059f34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

peps/pep-0798.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -926,7 +926,7 @@ One of the common questions about the semantics outlined above had to do with
926926
the difference between using ``yield from`` when unpacking inside of a
927927
generator expression, versus using an explicit loop. Because this is a
928928
fairly-advanced feature of generators, this appendix attempts to summarize some
929-
of the key differences between generators that use ``yield from`` versus those
929+
of the key differences between generators that use ``yield from`` and those
930930
that use explicit loops.
931931

932932
Basic Behavior

0 commit comments

Comments
 (0)