From ba12b96018363888beac69987aa0eccbfb65433b Mon Sep 17 00:00:00 2001 From: "Ilya V. Schurov" Date: Thu, 22 Dec 2016 23:15:57 +0300 Subject: [PATCH] minor typo correction --- doc/source/timeseries.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/timeseries.rst b/doc/source/timeseries.rst index 6de6abed9a681..e09d240ed91b7 100644 --- a/doc/source/timeseries.rst +++ b/doc/source/timeseries.rst @@ -494,13 +494,13 @@ For example, let us consider ``Series`` object which index has minute resolution '2012-01-01 00:02:00'])) series_minute.index.resolution -A Timestamp string less accurate than a minute gives a ``Series`` object. +A timestamp string less accurate than a minute gives a ``Series`` object. .. ipython:: python series_minute['2011-12-31 23'] -A Timestamp string with minute resolution (or more accurate), gives a scalar instead, i.e. it is not casted to a slice. +A timestamp string with minute resolution (or more accurate), gives a scalar instead, i.e. it is not casted to a slice. .. ipython:: python