[Python-checkins] r82174 - sandbox/branches/py3k-datetime/test_datetime.py

alexander.belopolsky python-checkins at python.org
Wed Jun 23 02:45:44 CEST 2010


Author: alexander.belopolsky
Date: Wed Jun 23 02:45:44 2010
New Revision: 82174

Log:
fix typo in comments

Modified:
   sandbox/branches/py3k-datetime/test_datetime.py

Modified: sandbox/branches/py3k-datetime/test_datetime.py
==============================================================================
--- sandbox/branches/py3k-datetime/test_datetime.py	(original)
+++ sandbox/branches/py3k-datetime/test_datetime.py	Wed Jun 23 02:45:44 2010
@@ -3510,7 +3510,7 @@
         self.assertRaises(ValueError, now.astimezone, notok())
 
         # Sometimes blow up. In the following, tzinfo.dst()
-        # implementation may return None or not Nonedepending on
+        # implementation may return None or not None depending on
         # whether DST is assumed to be in effect.  In this situation,
         # a ValueError should be raised by astimezone().
         class tricky_notok(ok):


More information about the Python-checkins mailing list