Skip to content

Commit 6fa4aec

Browse files
committed
Fix SF bug 587012, doc mentions inexistent builtin unistr
1 parent 92f08d7 commit 6fa4aec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/api/abstract.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ \section{Object Protocol \label{object}}
166166
Compute a Unicode string representation of object \var{o}. Returns
167167
the Unicode string representation on success, \NULL{} on failure.
168168
This is the equivalent of the Python expression
169-
\samp{unistr(\var{o})}. Called by the
170-
\function{unistr()}\bifuncindex{unistr} built-in function.
169+
\samp{unicode(\var{o})}. Called by the
170+
\function{unicode()}\bifuncindex{unicode} built-in function.
171171
\end{cfuncdesc}
172172

173173
\begin{cfuncdesc}{int}{PyObject_IsInstance}{PyObject *inst, PyObject *cls}

0 commit comments

Comments
 (0)