#5496: fix docstring of lookup().

This commit is contained in:
Georg Brandl 2009-03-15 21:32:06 +00:00
parent 1706c644ae
commit 4c95e091d6
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ PyDoc_STRVAR(lookup__doc__,
"lookup(encoding) -> CodecInfo\n\
\n\
Looks up a codec tuple in the Python codec registry and returns\n\
a tuple of function (or a CodecInfo object).");
a CodecInfo object.");
static
PyObject *codec_lookup(PyObject *self, PyObject *args)