]> granicus.if.org Git - python/commitdiff
SF bug #1090139: presentation typo in lib: 6.21.4.2 How callbacks are called
authorRaymond Hettinger <python@rcn.com>
Fri, 31 Dec 2004 01:07:27 +0000 (01:07 +0000)
committerRaymond Hettinger <python@rcn.com>
Fri, 31 Dec 2004 01:07:27 +0000 (01:07 +0000)
Doc/lib/liboptparse.tex

index 5e03ab5e6570e6ee8b7a680981b577a77bb9bfc8..4ab325bc25dcfe32cfd5be675bc60f0072dddfd3 100644 (file)
@@ -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}]