We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60952b8 commit f47c00cCopy full SHA for f47c00c
docs/SequencesAndCollections.rst
@@ -59,7 +59,7 @@ As you can see, sequence does nothing more than deliver an iterator.
59
To understand the need for iterators, it's important to distinguish
60
the two kinds of sequences.
61
62
-* **Volatile** sequences like "stream of network packets," carry
+* **Volatile** sequences, like "stream of network packets", carry
63
their own traversal state, and are expected to be "consumed" as they
64
are traversed.
65
0 commit comments