#5496: fix docstring of lookup().

This commit is contained in:
Georg Brandl 2009-03-15 21:32:06 +00:00
parent 1706c644ae
commit 4c95e091d6

View file

@ -61,7 +61,7 @@ PyDoc_STRVAR(lookup__doc__,
"lookup(encoding) -> CodecInfo\n\ "lookup(encoding) -> CodecInfo\n\
\n\ \n\
Looks up a codec tuple in the Python codec registry and returns\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 static
PyObject *codec_lookup(PyObject *self, PyObject *args) PyObject *codec_lookup(PyObject *self, PyObject *args)