From 312141c51fa0827c27358c7a1f316d934f07f250 Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Thu, 9 Jan 2003 19:52:17 +0000 Subject: Purged reference to defunct datetimetz. --- Doc/lib/tzinfo-examples.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/tzinfo-examples.py b/Doc/lib/tzinfo-examples.py index 70a4966..cea0309 100644 --- a/Doc/lib/tzinfo-examples.py +++ b/Doc/lib/tzinfo-examples.py @@ -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 -- cgit v0.12