[Python-checkins] python/dist/src/Doc/lib libfuncs.tex,1.114,1.115

rhettinger@users.sourceforge.net rhettinger@users.sourceforge.net
Wed, 04 Sep 2002 16:52:45 -0700


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory usw-pr-cvs1:/tmp/cvs-serv31534

Modified Files:
	libfuncs.tex 
Log Message:
Fix typo

Index: libfuncs.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libfuncs.tex,v
retrieving revision 1.114
retrieving revision 1.115
diff -C2 -d -r1.114 -r1.115
*** libfuncs.tex	22 Aug 2002 14:27:35 -0000	1.114
--- libfuncs.tex	4 Sep 2002 23:52:42 -0000	1.115
***************
*** 68,72 ****
    the \var{args} argument must be a sequence.  The \var{function} is
    called with \var{args} as the argument list; the number of arguments
!   is the the length of the tuple.
    If the optional \var{keywords} argument is present, it must be a
    dictionary whose keys are strings.  It specifies keyword arguments
--- 68,72 ----
    the \var{args} argument must be a sequence.  The \var{function} is
    called with \var{args} as the argument list; the number of arguments
!   is the length of the tuple.
    If the optional \var{keywords} argument is present, it must be a
    dictionary whose keys are strings.  It specifies keyword arguments