[Python-checkins] r51085 - python/trunk/Doc/lib/libinspect.tex

gregory.p.smith python-checkins at python.org
Fri Aug 4 07:17:47 CEST 2006


Author: gregory.p.smith
Date: Fri Aug  4 07:17:47 2006
New Revision: 51085

Modified:
   python/trunk/Doc/lib/libinspect.tex
Log:
fix typos



Modified: python/trunk/Doc/lib/libinspect.tex
==============================================================================
--- python/trunk/Doc/lib/libinspect.tex	(original)
+++ python/trunk/Doc/lib/libinspect.tex	Fri Aug  4 07:17:47 2006
@@ -291,18 +291,18 @@
 \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}


More information about the Python-checkins mailing list