From 4fa6c93eb2079a01cb612ef1a993ef9e16e106d5 Mon Sep 17 00:00:00 2001 From: Paul Mestemaker Date: Mon, 4 Jul 2016 09:30:36 -0700 Subject: [PATCH] Update gotchas.rst Removed redundant words --- doc/source/gotchas.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/gotchas.rst b/doc/source/gotchas.rst index c79b902d559d5..99d7486cde2d0 100644 --- a/doc/source/gotchas.rst +++ b/doc/source/gotchas.rst @@ -173,7 +173,7 @@ dtype in order to store the NAs. These are summarized by this table: ``integer``, cast to ``float64`` ``boolean``, cast to ``object`` -While this may seem like a heavy trade-off, in practice I have found very few +While this may seem like a heavy trade-off, I have found very few cases where this is an issue in practice. Some explanation for the motivation here in the next section.