summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-02-25 15:48:16 (GMT)
committerFred Drake <fdrake@acm.org>1998-02-25 15:48:16 (GMT)
commit628f59814e0c190180010412ac28165549ac4978 (patch)
tree5de20f2fc25f3b86319a61dca4053f1e81b584d4 /Doc
parent52b38b795b0a60d5667a7396322f3d5128340c6d (diff)
downloadcpython-628f59814e0c190180010412ac28165549ac4978.zip
cpython-628f59814e0c190180010412ac28165549ac4978.tar.gz
cpython-628f59814e0c190180010412ac28165549ac4978.tar.bz2
Make sure the ']' in the content of the \item[] isn't used as the ending ']'.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/ext.tex2
-rw-r--r--Doc/ext/ext.tex2
2 files changed, 2 insertions, 2 deletions
diff --git a/Doc/ext.tex b/Doc/ext.tex
index 348f75a..19265d1 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 348f75a..19265d1 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