From 338f3406fadc6d114accbc94fac6c7ba075a10f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20=C4=8Cert=C3=ADk?= Date: Mon, 29 Jul 2013 09:51:25 -0600 Subject: [PATCH] DOC: typo fix This just fixes a minor typo. --- doc/source/timeseries.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/timeseries.rst b/doc/source/timeseries.rst index bb7715b5e3dc0..78c3e832bf0f9 100644 --- a/doc/source/timeseries.rst +++ b/doc/source/timeseries.rst @@ -333,7 +333,7 @@ We are stopping on the included end-point as its part of the index .. warning:: - The following selection will raises a ``KeyError``; otherwise this selection methodology + The following selection will raise a ``KeyError``; otherwise this selection methodology would be inconsistent with other selection methods in pandas (as this is not a *slice*, nor does it resolve to one)