[Python-checkins] python/dist/src/Doc/lib libfuncs.tex,1.100.4.8,1.100.4.9

rhettinger@users.sourceforge.net rhettinger@users.sourceforge.net
Wed, 04 Sep 2002 08:02:56 -0700


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

Modified Files:
      Tag: release22-maint
	libfuncs.tex 
Log Message:
Fix typo

Index: libfuncs.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libfuncs.tex,v
retrieving revision 1.100.4.8
retrieving revision 1.100.4.9
diff -C2 -d -r1.100.4.8 -r1.100.4.9
*** libfuncs.tex	22 Aug 2002 14:27:22 -0000	1.100.4.8
--- libfuncs.tex	4 Sep 2002 15:02:53 -0000	1.100.4.9
***************
*** 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