From ede5924b7b4ff08838bee2d89dbfe41875b03c99 Mon Sep 17 00:00:00 2001 From: ian Date: Fri, 23 Feb 2007 20:23:29 +0000 Subject: detect Pile changes --HG-- extra : convert_revision : c97811113af155d6b2a7c7b1e79159bcb2e7cc51 --- source/str_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source') 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"; -- cgit v1.2.1