Purged reference to defunct datetimetz.

This commit is contained in:
Tim Peters 2003-01-09 19:52:17 +00:00
parent 663004bb3d
commit 312141c51f
1 changed files with 1 additions and 1 deletions

View 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