diff options
author | Raymond Hettinger <python@rcn.com> | 2004-12-31 01:07:27 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2004-12-31 01:07:27 (GMT) |
commit | 79e0531aefebe5413b67d0ebaa73610aa58e8de9 (patch) | |
tree | d6a4fac1221580216bdbbfe7a593279ae19db7f2 | |
parent | 5c9e55e8137233dd2c34c63d3562a7841d1fcf72 (diff) | |
download | cpython-79e0531aefebe5413b67d0ebaa73610aa58e8de9.zip cpython-79e0531aefebe5413b67d0ebaa73610aa58e8de9.tar.gz cpython-79e0531aefebe5413b67d0ebaa73610aa58e8de9.tar.bz2 |
SF bug #1090139: presentation typo in lib: 6.21.4.2 How callbacks are called
-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}] |