]> granicus.if.org Git - python/commitdiff
#5496: fix docstring of lookup().
authorGeorg Brandl <georg@python.org>
Sun, 15 Mar 2009 21:32:06 +0000 (21:32 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 15 Mar 2009 21:32:06 +0000 (21:32 +0000)
Modules/_codecsmodule.c

index 9a1470021e21ddd8385664839ed7517067fd71dd..6877238036223e85fbb543825f476a72bc2df837 100644 (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)