From: Raymond Hettinger Date: Fri, 31 Dec 2004 01:08:17 +0000 (+0000) Subject: SF bug #1090139: presentation typo in lib: 6.21.4.2 How callbacks are called X-Git-Tag: v2.4.1c1~113 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4dc49d6123b77f7c853c840cecb8e6def2e45021;p=thirdparty%2FPython%2Fcpython.git 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 5e03ab5e6570..4ab325bc25dc 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}]