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_8.py | |
parent | 13ed60b5045aafff22918cf4262bcc2dd3afea90 (diff) | |
download | cpython-f99b8162a2e6969cf9b46013c7ef383359142e62.zip cpython-f99b8162a2e6969cf9b46013c7ef383359142e62.tar.gz cpython-f99b8162a2e6969cf9b46013c7ef383359142e62.tar.bz2 |
Whitespace normalization.
Diffstat (limited to 'Lib/encodings/iso8859_8.py')
-rw-r--r-- | Lib/encodings/iso8859_8.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/encodings/iso8859_8.py b/Lib/encodings/iso8859_8.py index d935092..8c29a87 100644 --- a/Lib/encodings/iso8859_8.py +++ b/Lib/encodings/iso8859_8.py @@ -527,4 +527,3 @@ encoding_map = { 0x200F: 0xFE, # RIGHT-TO-LEFT MARK 0x2017: 0xDF, # DOUBLE LOW LINE } - |