mirror of https://github.com/python/cpython
Make sure the ']' in the content of the \item[] isn't used as the ending ']'.
This commit is contained in:
parent
52b38b795b
commit
628f59814e
|
@ -577,7 +577,7 @@ operator to pass a variable's address.)
|
|||
|
||||
\begin{description}
|
||||
|
||||
\item[\samp{s} (string) [char *]]
|
||||
\item[\samp{s} (string) [char *{]}]
|
||||
Convert a Python string to a \C{} pointer to a character string. You
|
||||
must not provide storage for the string itself; a pointer to an
|
||||
existing string is stored into the character pointer variable whose
|
||||
|
|
|
@ -577,7 +577,7 @@ operator to pass a variable's address.)
|
|||
|
||||
\begin{description}
|
||||
|
||||
\item[\samp{s} (string) [char *]]
|
||||
\item[\samp{s} (string) [char *{]}]
|
||||
Convert a Python string to a \C{} pointer to a character string. You
|
||||
must not provide storage for the string itself; a pointer to an
|
||||
existing string is stored into the character pointer variable whose
|
||||
|
|
Loading…
Reference in New Issue