[Python-checkins] python/nondist/sandbox/datetime test_both.py,1.42,1.43

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Thu, 05 Dec 2002 18:43:04 -0800


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

Modified Files:
	test_both.py 
Log Message:
Typo repair.


Index: test_both.py
===================================================================
RCS file: /cvsroot/python/python/nondist/sandbox/datetime/test_both.py,v
retrieving revision 1.42
retrieving revision 1.43
diff -C2 -d -r1.42 -r1.43
*** test_both.py	6 Dec 2002 02:42:06 -0000	1.42
--- test_both.py	6 Dec 2002 02:43:02 -0000	1.43
***************
*** 1066,1070 ****
          import time
  
!         # Call it a succes if utcnow*( and utcfromtimestamp() are within
          # a second of each other.
          tolerance = timedelta(seconds=1)
--- 1066,1070 ----
          import time
  
!         # Call it a succes if utcnow() and utcfromtimestamp() are within
          # a second of each other.
          tolerance = timedelta(seconds=1)