[Python-checkins] CVS: python/dist/src/Doc/lib libsched.tex,1.2.2.1,1.2.2.2

Fred L. Drake python-dev@python.org
2000年3月21日 01:19:25 -0500 (EST)


Update of /projects/cvsroot/python/dist/src/Doc/lib
In directory weyr:/home/fdrake/projects/python/Doc-152p2/lib
Modified Files:
 Tag: release152p1-patches
	libsched.tex 
Log Message:
Fixed an English usage error reported by Moshe Zadka
<moshez@proficiency.com>.
Clarified a reference to a constructor parameter from a method
description.
Index: libsched.tex
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Doc/lib/libsched.tex,v
retrieving revision 1.2.2.1
retrieving revision 1.2.2.2
diff -C2 -r1.2.2.1 -r1.2.2.2
*** libsched.tex	1999年11月23日 17:28:44	1.2.2.1
--- libsched.tex	2000年03月21日 06:19:22	1.2.2.2
***************
*** 51,55 ****
 \begin{methoddesc}{enterabs}{time, priority, action, argument}
 Schedule a new event. The \var{time} argument should be a numeric type
! compatible to the return value of \var{timefunc}. Events scheduled for
 the same \var{time} will be executed in the order of their
 \var{priority}.
--- 51,56 ----
 \begin{methoddesc}{enterabs}{time, priority, action, argument}
 Schedule a new event. The \var{time} argument should be a numeric type
! compatible with the return value of the \var{timefunc} function passed 
! to the constructor. Events scheduled for
 the same \var{time} will be executed in the order of their
 \var{priority}.

AltStyle によって変換されたページ (->オリジナル) /