From: Neal Norwitz Date: Sun, 28 Jul 2002 13:56:20 +0000 (+0000) Subject: Fix SF bug 587012, doc mentions inexistent builtin unistr X-Git-Tag: v2.2.2b1~254 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6fa4aec3006a3ae704447a92db58bcaeae89eb5e;p=thirdparty%2FPython%2Fcpython.git Fix SF bug 587012, doc mentions inexistent builtin unistr --- diff --git a/Doc/api/abstract.tex b/Doc/api/abstract.tex index ed7e8ac9b7c9..251d9ae0c883 100644 --- a/Doc/api/abstract.tex +++ b/Doc/api/abstract.tex @@ -166,8 +166,8 @@ for which they do not apply, they will raise a Python exception. Compute a Unicode string representation of object \var{o}. Returns the Unicode string representation on success, \NULL{} on failure. This is the equivalent of the Python expression - \samp{unistr(\var{o})}. Called by the - \function{unistr()}\bifuncindex{unistr} built-in function. + \samp{unicode(\var{o})}. Called by the + \function{unicode()}\bifuncindex{unicode} built-in function. \end{cfuncdesc} \begin{cfuncdesc}{int}{PyObject_IsInstance}{PyObject *inst, PyObject *cls}