summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rw-r--r--source/str_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/str_util.c b/source/str_util.c
index 91e975e..4203808 100644
--- a/source/str_util.c
+++ b/source/str_util.c
@@ -170,7 +170,7 @@ static PyObject * get_width(PyObject *self, PyObject *args)
//======================================================================
static char decode_one_doc[] =
-"decode_one(string text, int pos) -> (int ord, int nextpos)\n\n\
+"decode_one(string text, int pos) -> (int ord, int nextpos)\n\n\
Return (ordinal at pos, next position) for UTF-8 encoded text.\n\n\
text -- string text\n\
pos -- position in text";