diff options
author | Tim Peters <tim.peters@gmail.com> | 2006-03-15 18:08:37 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2006-03-15 18:08:37 (GMT) |
commit | f99b8162a2e6969cf9b46013c7ef383359142e62 (patch) | |
tree | aa40269e3b0469a1294dbeed8ed1f26ec4963f41 /Lib/encodings/iso8859_4.py | |
parent | 13ed60b5045aafff22918cf4262bcc2dd3afea90 (diff) | |
download | cpython-f99b8162a2e6969cf9b46013c7ef383359142e62.zip cpython-f99b8162a2e6969cf9b46013c7ef383359142e62.tar.gz cpython-f99b8162a2e6969cf9b46013c7ef383359142e62.tar.bz2 |
Whitespace normalization.
Diffstat (limited to 'Lib/encodings/iso8859_4.py')
-rw-r--r-- | Lib/encodings/iso8859_4.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/encodings/iso8859_4.py b/Lib/encodings/iso8859_4.py index ecd7fb2..e705954 100644 --- a/Lib/encodings/iso8859_4.py +++ b/Lib/encodings/iso8859_4.py @@ -563,4 +563,3 @@ encoding_map = { 0x02D9: 0xFF, # DOT ABOVE 0x02DB: 0xB2, # OGONEK } - |