]> granicus.if.org Git - python/commitdiff
Fix SF bug 587012, doc mentions inexistent builtin unistr
authorNeal Norwitz <nnorwitz@gmail.com>
Sun, 28 Jul 2002 13:55:20 +0000 (13:55 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sun, 28 Jul 2002 13:55:20 +0000 (13:55 +0000)
Doc/api/abstract.tex

index d27e383e9c6082e2be48af73a7d9e3ef2fcbb6d5..3331dcc1debfa32d88e3523077a235bfeb5a5e91 100644 (file)
@@ -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}