mirror of
https://github.com/python/cpython.git
synced 2025-11-28 22:18:54 +00:00
#5496: fix docstring of lookup().
This commit is contained in:
parent
1706c644ae
commit
4c95e091d6
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue