From 628f59814e0c190180010412ac28165549ac4978 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Wed, 25 Feb 1998 15:48:16 +0000 Subject: Make sure the ']' in the content of the \item[] isn't used as the ending ']'. --- Doc/ext.tex | 2 +- Doc/ext/ext.tex | 2 +- 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 -- cgit v0.12