From: Gregory P. Smith Date: Fri, 4 Aug 2006 05:17:47 +0000 (+0000) Subject: fix typos X-Git-Tag: v2.5c1~148 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d856ce0a1f06a9f4e52188ab45358b7a9c6ecb1e;p=python fix typos --- diff --git a/Doc/lib/libinspect.tex b/Doc/lib/libinspect.tex index b61a6e0bf2..85651f0609 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}