[Python-checkins] python/nondist/sandbox/datetime doc.txt,1.26,1.27

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Sat, 07 Dec 2002 11:57:23 -0800


Update of /cvsroot/python/python/nondist/sandbox/datetime
In directory sc8-pr-cvs1:/tmp/cvs-serv17653

Modified Files:
	doc.txt 
Log Message:
Spelling repair.


Index: doc.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/sandbox/datetime/doc.txt,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** doc.txt	7 Dec 2002 19:51:18 -0000	1.26
--- doc.txt	7 Dec 2002 19:57:21 -0000	1.27
***************
*** 155,159 ****
      - efficient pickling
  
!     - in Boolean contexts, a timedelta object is consdired to be true
        if and only if it isn't equal to timedelta(0)
  
--- 155,159 ----
      - efficient pickling
  
!     - in Boolean contexts, a timedelta object is considred to be true
        if and only if it isn't equal to timedelta(0)
  
***************
*** 560,564 ****
      - efficient pickling
  
!     - in Boolean contexts, a time object is consdired to be true
        if and only if it isn't equal to time(0)
  
--- 560,564 ----
      - efficient pickling
  
!     - in Boolean contexts, a time object is considered to be true
        if and only if it isn't equal to time(0)