Skip to content

Commit 3bd9fde

Browse files
Issue #28376: Fixed typos.
Based on patch by Oren Milman.
1 parent 8ef3460 commit 3bd9fde

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)