]> granicus.if.org Git - python/commitdiff
Purged reference to defunct datetimetz.
authorTim Peters <tim.peters@gmail.com>
Thu, 9 Jan 2003 19:52:17 +0000 (19:52 +0000)
committerTim Peters <tim.peters@gmail.com>
Thu, 9 Jan 2003 19:52:17 +0000 (19:52 +0000)
Doc/lib/tzinfo-examples.py

index 70a49667d4e005bd3ce1dc63a5d3fed23f3f7ba5..cea03097519c1acbbee14dd5093d064f9ed330e3 100644 (file)
@@ -117,7 +117,7 @@ class USTimeZone(tzinfo):
         if dt is None or dt.tzinfo is None:
             # An exception may be sensible here, in one or both cases.
             # It depends on how you want to treat them.  The astimezone()
-            # implementation always passes a datetimetz with
+            # implementation always passes a datetime with
             # dt.tzinfo == self.
             return ZERO
         assert dt.tzinfo is self