aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2010-07-17 15:06:07 +0200
committerGuido Günther <agx@sigxcpu.org>2010-07-17 15:06:07 +0200
commitd49091a9d588aa0241ef4a8086466e93d2092127 (patch)
treebaae1a0a756eafdb2fbcd28ef8aae6f74f59ba30
parentd67d5be1da1d2c086a41e9dac15cbfaceac0bcf8 (diff)
Remove trailing whitespace
-rw-r--r--odfrecode/recoders/recoder.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/odfrecode/recoders/recoder.py b/odfrecode/recoders/recoder.py
index 01a3c1a..c807ebd 100644
--- a/odfrecode/recoders/recoder.py
+++ b/odfrecode/recoders/recoder.py
@@ -25,13 +25,14 @@ class Recoder(object):
@classvar dst_encoding: encoding of the destination "column"
@classvar encoding: name of the encoding
- To write a new encoder simply add a dictionary
+ To write a new encoder simply add a dictionary
- >>> character_table = { "national_encoding_1": "utf8_1",
+ >>> character_table = { "national_encoding_1": "utf8_1",
national_encoding_2": "utf8_2",
}
- If you don't want to use utf8 as dictionary values specify dst_encoding
+ If you don't want to use utf8 as dictionary values for the destination
+ encoding specify dst_encoding.
"""
dst_encoding = 'utf-8'
encoding = None