Skip to content

Commit 88212ae

Browse files
Merge from 3.5.
2 parents 2674bc7 + 3bd9fde commit 88212ae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lib/_collections_abc.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
# so that they will pass tests like:
3030
# it = iter(somebytearray)
3131
# assert isinstance(it, Iterable)
32-
# Note: in other implementations, these types many not be distinct
33-
# and they make have their own implementation specific types that
32+
# Note: in other implementations, these types might not be distinct
33+
# and they may have their own implementation specific types that
3434
# are not included on this list.
3535
bytes_iterator = type(iter(b''))
3636
bytearray_iterator = type(iter(bytearray()))

0 commit comments

Comments
 (0)