Skip to content

Commit 65aa2dc

Browse files
authored
Update the pytz link per the suggestion
1 parent 081254c commit 65aa2dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/user_guide/timeseries.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2541,7 +2541,7 @@ Fold is supported only for constructing from naive ``datetime.datetime``
25412541
or for constructing from components (see below). Only ``dateutil`` timezones are supported
25422542
(see `dateutil documentation <https://dateutil.readthedocs.io/en/stable/tz.html#dateutil.tz.enfold>`__
25432543
for ``dateutil`` methods that deal with ambiguous datetimes) as ``pytz``
2544-
timezones do not support fold (see `pytz documentation <https://pypi.org/project/pytz/>`__
2544+
timezones do not support fold (see `pytz documentation <https://pythonhosted.org/pytz/>`__
25452545
for details on how ``pytz`` deals with ambiguous datetimes). To localize an ambiguous datetime
25462546
with ``pytz``, please use :meth:`Timestamp.tz_localize`. In general, we recommend to rely
25472547
on :meth:`Timestamp.tz_localize` when localizing ambiguous datetimes if you need direct

0 commit comments

Comments
 (0)