diff options
Diffstat (limited to 'Lib/codecs.py')
-rw-r--r-- | Lib/codecs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/codecs.py b/Lib/codecs.py index bdc8d029da..b3c2f71efd 100644 --- a/Lib/codecs.py +++ b/Lib/codecs.py @@ -574,7 +574,7 @@ def make_encoding_map(decoding_map): else: m[v] = None return m - + ### Tests if __name__ == '__main__': |