summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
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