Commit 628f5981 authored by Fred Drake's avatar Fred Drake

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

parent 52b38b79
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment