From: Raymond Hettinger Date: Fri, 31 Dec 2004 01:07:27 +0000 (+0000) Subject: SF bug #1090139: presentation typo in lib: 6.21.4.2 How callbacks are called X-Git-Tag: v2.5a0~2201 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=79e0531aefebe5413b67d0ebaa73610aa58e8de9;p=python SF bug #1090139: presentation typo in lib: 6.21.4.2 How callbacks are called --- diff --git a/Doc/lib/liboptparse.tex b/Doc/lib/liboptparse.tex index 5e03ab5e65..4ab325bc25 100644 --- a/Doc/lib/liboptparse.tex +++ b/Doc/lib/liboptparse.tex @@ -1249,7 +1249,7 @@ you don't need to mess around with globals or closures. You can also access or modify the value(s) of any options already encountered on the command-line. \end{description} -\item[\var{args}] +\item[\code{args}] is a tuple of arbitrary positional arguments supplied via the \code{callback{\_}args} option attribute. \item[\code{kwargs}]