From: Fred Drake Date: Wed, 25 Feb 1998 15:48:16 +0000 (+0000) Subject: Make sure the ']' in the content of the \item[] isn't used as the ending ']'. X-Git-Tag: v1.5.1~577 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=628f59814e0c190180010412ac28165549ac4978;p=thirdparty%2FPython%2Fcpython.git Make sure the ']' in the content of the \item[] isn't used as the ending ']'. --- diff --git a/Doc/ext.tex b/Doc/ext.tex index 348f75a46999..19265d1b5012 100644 --- a/Doc/ext.tex +++ b/Doc/ext.tex @@ -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 diff --git a/Doc/ext/ext.tex b/Doc/ext/ext.tex index 348f75a46999..19265d1b5012 100644 --- a/Doc/ext/ext.tex +++ b/Doc/ext/ext.tex @@ -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