Skip to content

Commit a77f55a

Browse files
committed
fixup! fixup! Simplify datetime with tzinfo example
1 parent 8ed6276 commit a77f55a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/datetime.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1331,7 +1331,7 @@ Using datetime with tzinfo:
13311331
... return timedelta(hours=4, minutes=30)
13321332
...
13331333
... def fromutc(self, dt):
1334-
... # A custom implementation is required for `fromutc` as
1334+
... # A custom implementation is required for fromutc as
13351335
... # the input to this function is a datetime with utc values
13361336
... # but with a tzinfo set to self
13371337
... # See datetime.astimezone or fromtimestamp

0 commit comments

Comments
 (0)