Skip to content

Commit f97bf69

Browse files
authored
Merge pull request #62772 from teddy5518/patch-1
[docs] modified sentence structure
2 parents 701a03b + f47c00c commit f97bf69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/SequencesAndCollections.rst

Lines changed: 1 addition & 1 deletion
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)