commit | 469cdad8228df7bc294dc946b8cd4c0b7f810735 | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Thu Aug 08 20:19:19 2002 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Thu Aug 08 20:19:19 2002 +0000 |
tree | d2ce468dd141967a43a9930735226d4183400c2c | |
parent | d7e8a0dd372a928749674f5f5fd11a96115e0801 [diff] [blame] |
Whitespace normalization.
diff --git a/Lib/encodings/ascii.py b/Lib/encodings/ascii.py index b92ff5e..05fc36a 100644 --- a/Lib/encodings/ascii.py +++ b/Lib/encodings/ascii.py
@@ -19,7 +19,7 @@ class StreamWriter(Codec,codecs.StreamWriter): pass - + class StreamReader(Codec,codecs.StreamReader): pass