]> granicus.if.org Git - python/commitdiff
Make sure the ']' in the content of the \item[] isn't used as the ending ']'.
authorFred Drake <fdrake@acm.org>
Wed, 25 Feb 1998 15:48:16 +0000 (15:48 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 25 Feb 1998 15:48:16 +0000 (15:48 +0000)
Doc/ext.tex
Doc/ext/ext.tex

index 348f75a4699976f9f3f4cd90c3ec2ae515303029..19265d1b5012cdb0cbc7a863c04ab11bfb0ee8e7 100644 (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
index 348f75a4699976f9f3f4cd90c3ec2ae515303029..19265d1b5012cdb0cbc7a863c04ab11bfb0ee8e7 100644 (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