diff --git a/doc/source/user_guide/timeseries.rst b/doc/source/user_guide/timeseries.rst index ac0fc9e53ee94..66b560ea2b902 100644 --- a/doc/source/user_guide/timeseries.rst +++ b/doc/source/user_guide/timeseries.rst @@ -2541,7 +2541,7 @@ Fold is supported only for constructing from naive ``datetime.datetime`` or for constructing from components (see below). Only ``dateutil`` timezones are supported (see `dateutil documentation `__ for ``dateutil`` methods that deal with ambiguous datetimes) as ``pytz`` -timezones do not support fold (see `pytz documentation `__ +timezones do not support fold (see `pytz documentation `__ for details on how ``pytz`` deals with ambiguous datetimes). To localize an ambiguous datetime with ``pytz``, please use :meth:`Timestamp.tz_localize`. In general, we recommend to rely on :meth:`Timestamp.tz_localize` when localizing ambiguous datetimes if you need direct