From 79e0531aefebe5413b67d0ebaa73610aa58e8de9 Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Fri, 31 Dec 2004 01:07:27 +0000 Subject: SF bug #1090139: presentation typo in lib: 6.21.4.2 How callbacks are called --- Doc/lib/liboptparse.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}] -- cgit v1.2.1