Skip to content

Commit 7937ad4

Browse files
committed
Test target resolution
1 parent 561b055 commit 7937ad4

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
@@ -63,7 +63,7 @@ purely up to the program, just like it is up to the program whether a
6363
particular number represents metres, miles, or mass. Naive objects are easy to
6464
understand and to work with, at the cost of ignoring some aspects of reality.
6565

66-
For applications requiring aware objects, :class:`.datetime` and :class:`.time`
66+
For applications requiring aware objects, :class:`datetime` and :class:`time`
6767
objects have an optional time zone information attribute, :attr:`!tzinfo`, that
6868
can be set to an instance of a subclass of the abstract :class:`tzinfo` class.
6969
These :class:`tzinfo` objects capture information about the offset from UTC

0 commit comments

Comments
 (0)