summaryrefslogtreecommitdiff
path: root/Lib/codecs.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/codecs.py')
-rw-r--r--Lib/codecs.py2
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__':