We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ef3460 commit 3bd9fdeCopy full SHA for 3bd9fde
1 file changed
Lib/_collections_abc.py
@@ -29,8 +29,8 @@
29
# so that they will pass tests like:
30
# it = iter(somebytearray)
31
# 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
+# Note: in other implementations, these types might not be distinct
+# and they may have their own implementation specific types that
34
# are not included on this list.
35
bytes_iterator = type(iter(b''))
36
bytearray_iterator = type(iter(bytearray()))
0 commit comments