diff options
Diffstat (limited to 'Doc/ext/ext.tex')
-rw-r--r-- | Doc/ext/ext.tex | 2 |
1 files changed, 1 insertions, 1 deletions
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 |