From: Tim Peters Date: Thu, 9 Jan 2003 19:52:17 +0000 (+0000) Subject: Purged reference to defunct datetimetz. X-Git-Tag: v2.3c1~2501 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=312141c51fa0827c27358c7a1f316d934f07f250;p=thirdparty%2FPython%2Fcpython.git Purged reference to defunct datetimetz. --- diff --git a/Doc/lib/tzinfo-examples.py b/Doc/lib/tzinfo-examples.py index 70a49667d4e0..cea03097519c 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