Skip to content

Commit f47c00c

Browse files
committed
[docs] modified sentence structure
1 parent 60952b8 commit f47c00c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/SequencesAndCollections.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ As you can see, sequence does nothing more than deliver an iterator.
5959
To understand the need for iterators, it's important to distinguish
6060
the two kinds of sequences.
6161

62-
* **Volatile** sequences like "stream of network packets," carry
62+
* **Volatile** sequences, like "stream of network packets", carry
6363
their own traversal state, and are expected to be "consumed" as they
6464
are traversed.
6565

0 commit comments

Comments
 (0)