Skip to content

Commit c8e6fd2

Browse files
author
Neha Jeevan
committed
fix reference target
1 parent 522be82 commit c8e6fd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/zoneinfo.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ but some operations may not account for daylight saving time transitions as expe
6060
performed in local (naive) time.
6161

6262
To perform arithmetic that accounts for time zone transitions,
63-
convert the datetime object to UTC with :meth:`datetime.astimezone`,
63+
convert the datetime object to UTC with :meth:`~datetime.datetime.astimezone`,
6464
perform the arithmetic, and convert the result back to the local time zone.
6565

6666
.. code-block:: pycon

0 commit comments

Comments
 (0)