From 86fdbf3152f2c19c483da5cce4b4d74539d1407b Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Wed, 18 Mar 2015 21:35:38 -0500 Subject: [PATCH] wrap properly --- Lib/_pyio.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Lib/_pyio.py b/Lib/_pyio.py index 577b6003b59..09aa78decd2 100644 --- a/Lib/_pyio.py +++ b/Lib/_pyio.py @@ -24,8 +24,8 @@ if hasattr(os, 'SEEK_HOLE') : DEFAULT_BUFFER_SIZE = 8 * 1024 # bytes # NOTE: Base classes defined here are registered with the "official" ABCs -# defined in io.py. We don't use real inheritance though, because we don't -# 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. # Rebind for compatibility BlockingIOError = BlockingIOError