We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92f08d7 commit 6fa4aecCopy full SHA for 6fa4aec
1 file changed
Doc/api/abstract.tex
@@ -166,8 +166,8 @@ \section{Object Protocol \label{object}}
166
Compute a Unicode string representation of object \var{o}. Returns
167
the Unicode string representation on success, \NULL{} on failure.
168
This is the equivalent of the Python expression
169
- \samp{unistr(\var{o})}. Called by the
170
- \function{unistr()}\bifuncindex{unistr} built-in function.
+ \samp{unicode(\var{o})}. Called by the
+ \function{unicode()}\bifuncindex{unicode} built-in function.
171
\end{cfuncdesc}
172
173
\begin{cfuncdesc}{int}{PyObject_IsInstance}{PyObject *inst, PyObject *cls}
0 commit comments