diff options
author | Raymond Hettinger <python@rcn.com> | 2004-12-31 01:08:17 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2004-12-31 01:08:17 (GMT) |
commit | 4dc49d6123b77f7c853c840cecb8e6def2e45021 (patch) | |
tree | 8b79c1e31bcc4c65e874d6ff83057c2496487704 /Doc | |
parent | d62430fc7c0d7139a914969d0a1f571eb23436cd (diff) | |
download | cpython-4dc49d6123b77f7c853c840cecb8e6def2e45021.zip cpython-4dc49d6123b77f7c853c840cecb8e6def2e45021.tar.gz cpython-4dc49d6123b77f7c853c840cecb8e6def2e45021.tar.bz2 |
SF bug #1090139: presentation typo in lib: 6.21.4.2 How callbacks are called
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/liboptparse.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/liboptparse.tex b/Doc/lib/liboptparse.tex index 5e03ab5..4ab325b 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}] |