diff options
author | Gregory P. Smith <greg@mad-scientist.com> | 2006-08-04 05:17:47 (GMT) |
---|---|---|
committer | Gregory P. Smith <greg@mad-scientist.com> | 2006-08-04 05:17:47 (GMT) |
commit | d856ce0a1f06a9f4e52188ab45358b7a9c6ecb1e (patch) | |
tree | 4a0eaa8658030be4f271bcba66bea1ecf5b5085f /Doc | |
parent | 7a36f5f34456ee1bc5fc65b449f4f81c835ece50 (diff) | |
download | cpython-d856ce0a1f06a9f4e52188ab45358b7a9c6ecb1e.zip cpython-d856ce0a1f06a9f4e52188ab45358b7a9c6ecb1e.tar.gz cpython-d856ce0a1f06a9f4e52188ab45358b7a9c6ecb1e.tar.bz2 |
fix typos
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libinspect.tex | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Doc/lib/libinspect.tex b/Doc/lib/libinspect.tex index b61a6e0..85651f0 100644 --- a/Doc/lib/libinspect.tex +++ b/Doc/lib/libinspect.tex @@ -291,18 +291,18 @@ Note: \end{funcdesc} \begin{funcdesc}{formatargspec}{args\optional{, varargs, varkw, defaults, - argformat, varargsformat, varkwformat, defaultformat}} + formatarg, formatvarargs, formatvarkw, formatvalue, join}} Format a pretty argument spec from the four values returned by - \function{getargspec()}. The other four arguments are the + \function{getargspec()}. The format* arguments are the corresponding optional formatting functions that are called to turn names and values into strings. \end{funcdesc} \begin{funcdesc}{formatargvalues}{args\optional{, varargs, varkw, locals, - argformat, varargsformat, varkwformat, valueformat}} + formatarg, formatvarargs, formatvarkw, formatvalue, join}} Format a pretty argument spec from the four values returned by - \function{getargvalues()}. The other four arguments are the + \function{getargvalues()}. The format* arguments are the corresponding optional formatting functions that are called to turn names and values into strings. \end{funcdesc} |