Thanks to visit codestin.com Credit goes to github.com
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 482fe04 commit 86fdbf3Copy full SHA for 86fdbf3
1 file changed
Lib/_pyio.py
@@ -24,8 +24,8 @@
24
DEFAULT_BUFFER_SIZE = 8 * 1024 # bytes
25
26
# NOTE: Base classes defined here are registered with the "official" ABCs
27
-# defined in io.py. We don't use real inheritance though, because we don't
28
-# want to inherit the C implementations.
+# defined in io.py. We don't use real inheritance though, because we don't want
+# to inherit the C implementations.
29
30
# Rebind for compatibility
31
BlockingIOError = BlockingIOError
0 commit comments