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 561b055 commit 7937ad4Copy full SHA for 7937ad4
Doc/library/datetime.rst
@@ -63,7 +63,7 @@ purely up to the program, just like it is up to the program whether a
63
particular number represents metres, miles, or mass. Naive objects are easy to
64
understand and to work with, at the cost of ignoring some aspects of reality.
65
66
-For applications requiring aware objects, :class:`.datetime` and :class:`.time`
+For applications requiring aware objects, :class:`datetime` and :class:`time`
67
objects have an optional time zone information attribute, :attr:`!tzinfo`, that
68
can be set to an instance of a subclass of the abstract :class:`tzinfo` class.
69
These :class:`tzinfo` objects capture information about the offset from UTC
0 commit comments