mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +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\
|
||||
\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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue