Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 86fdbf3

Browse files
committed
wrap properly
1 parent 482fe04 commit 86fdbf3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lib/_pyio.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
DEFAULT_BUFFER_SIZE = 8 * 1024 # bytes
2525

2626
# 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.
27+
# defined in io.py. We don't use real inheritance though, because we don't want
28+
# to inherit the C implementations.
2929

3030
# Rebind for compatibility
3131
BlockingIOError = BlockingIOError

0 commit comments

Comments
 (0)