]> granicus.if.org Git - python/commitdiff
fix typos
authorGregory P. Smith <greg@mad-scientist.com>
Fri, 4 Aug 2006 05:17:47 +0000 (05:17 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Fri, 4 Aug 2006 05:17:47 +0000 (05:17 +0000)
Doc/lib/libinspect.tex

index b61a6e0bf23d35379cdd64b31f89a820c45120d3..85651f0609c20cbce108376a69d26565b4f8811c 100644 (file)
@@ -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}