diff options
Diffstat (limited to 'Lib/encodings/cp875.py')
-rw-r--r-- | Lib/encodings/cp875.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/encodings/cp875.py b/Lib/encodings/cp875.py index 3f24fd31cc..879d5a4bc7 100644 --- a/Lib/encodings/cp875.py +++ b/Lib/encodings/cp875.py @@ -557,4 +557,3 @@ encoding_map = { 0x2018: 0xCE, # LEFT SINGLE QUOTATION MARK 0x2019: 0xDE, # RIGHT SINGLE QUOTATION MARK } - |