diff options
Diffstat (limited to 'Lib/test/test_bufio.py')
-rw-r--r-- | Lib/test/test_bufio.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_bufio.py b/Lib/test/test_bufio.py index a3196ca..14a926a 100644 --- a/Lib/test/test_bufio.py +++ b/Lib/test/test_bufio.py @@ -36,7 +36,7 @@ class BufferSizeTest(unittest.TestCase): os.unlink(test_support.TESTFN) except: pass - + def drive_one(self, pattern): for length in lengths: # Repeat string 'pattern' as often as needed to reach total length |