We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ed6276 commit a77f55aCopy full SHA for a77f55a
Doc/library/datetime.rst
@@ -1331,7 +1331,7 @@ Using datetime with tzinfo:
1331
... return timedelta(hours=4, minutes=30)
1332
...
1333
... def fromutc(self, dt):
1334
- ... # A custom implementation is required for `fromutc` as
+ ... # A custom implementation is required for fromutc as
1335
... # the input to this function is a datetime with utc values
1336
... # but with a tzinfo set to self
1337
... # See datetime.astimezone or fromtimestamp
0 commit comments