Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a883a3d commit 432425eCopy full SHA for 432425e
1 file changed
Doc/api/concrete.tex
@@ -591,11 +591,11 @@ \subsection{String Objects \label{stringObjects}}
591
object is not one.
592
Pass the address of an existing string object as an lvalue (it may
593
be written into), and the new size desired. On success, \var{*string}
594
- holds the resized string object and 0 is returned; the address in
+ holds the resized string object and \code{0} is returned; the address in
595
\var{*string} may differ from its input value. If the
596
reallocation fails, the original string object at \var{*string} is
597
deallocated, \var{*string} is set to \NULL{}, a memory exception is set,
598
- and -1 is returned.
+ and \code{-1} is returned.
599
\end{cfuncdesc}
600
601
\begin{cfuncdesc}{PyObject*}{PyString_Format}{PyObject *format,
0 commit comments