From 51f2e34f6ce8578c05fbe4489ed88944f09261ab Mon Sep 17 00:00:00 2001 From: Christoph Deil Date: Sun, 27 Sep 2020 21:14:40 +0200 Subject: [PATCH] Fix typo in timeseries.rst --- doc/source/user_guide/timeseries.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/user_guide/timeseries.rst b/doc/source/user_guide/timeseries.rst index d3d2bf8c72ba3..61902b4a41b7c 100644 --- a/doc/source/user_guide/timeseries.rst +++ b/doc/source/user_guide/timeseries.rst @@ -2210,7 +2210,7 @@ Time zone handling ------------------ pandas provides rich support for working with timestamps in different time -zones using the ``pytz`` and ``dateutil`` libraries or class:`datetime.timezone` +zones using the ``pytz`` and ``dateutil`` libraries or :class:`datetime.timezone` objects from the standard library.