From 0a863da1f86deda8ca029c82ccd4aa5e12153721 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Mon, 10 Apr 2000 18:21:38 +0000 Subject: cfuncdesc environment: When processing the optional parameter, don't append any text; let the pre-processor supply all of it. --- Doc/texinputs/python.sty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/texinputs/python.sty b/Doc/texinputs/python.sty index 3ec42c5..3f0370a 100644 --- a/Doc/texinputs/python.sty +++ b/Doc/texinputs/python.sty @@ -545,7 +545,7 @@ \begin{fulllineitems} \item[\code{#2 \bfcode{#3}(\py@varvars{#4})}\index{#3@{\py@idxcode{#3()}}}] \ifx#1\@undefined\else% - \emph{Return value: \textbf{#1 reference}.}\\ + \emph{Return value: \textbf{#1}.}\\ \fi }{\end{fulllineitems}} -- cgit v0.12