summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorian <none@none>2007-02-23 20:23:29 +0000
committerian <none@none>2007-02-23 20:23:29 +0000
commitede5924b7b4ff08838bee2d89dbfe41875b03c99 (patch)
tree115bb0c2df9c6da7a4dfb292762b79c1b6da5481 /source
parent59189921aa30a0a05538da816dedb6f4d565ae5b (diff)
downloadurwid-ede5924b7b4ff08838bee2d89dbfe41875b03c99.tar.gz
detect Pile changes
--HG-- extra : convert_revision : c97811113af155d6b2a7c7b1e79159bcb2e7cc51
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";