Make sure the ']' in the content of the \item[] isn't used as the ending ']'.

This commit is contained in:
Fred Drake 1998-02-25 15:48:16 +00:00
parent 52b38b795b
commit 628f59814e
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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