Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 432425e

Browse files
committed
Small markup adjustments for consistency.
1 parent a883a3d commit 432425e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/api/concrete.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -591,11 +591,11 @@ \subsection{String Objects \label{stringObjects}}
591591
object is not one.
592592
Pass the address of an existing string object as an lvalue (it may
593593
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
594+
holds the resized string object and \code{0} is returned; the address in
595595
\var{*string} may differ from its input value. If the
596596
reallocation fails, the original string object at \var{*string} is
597597
deallocated, \var{*string} is set to \NULL{}, a memory exception is set,
598-
and -1 is returned.
598+
and \code{-1} is returned.
599599
\end{cfuncdesc}
600600

601601
\begin{cfuncdesc}{PyObject*}{PyString_Format}{PyObject *format,

0 commit comments

Comments
 (0)