From ada091f4d60227a32bd655c042c61d0b7055ec95 Mon Sep 17 00:00:00 2001 From: Giftlin Rajaiah Date: Sat, 19 May 2018 09:54:36 +0530 Subject: [PATCH] Spell check --- pandas/core/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandas/core/base.py b/pandas/core/base.py index aa051c6f5eaef..c331ead8d2fef 100644 --- a/pandas/core/base.py +++ b/pandas/core/base.py @@ -114,7 +114,7 @@ def _reset_cache(self, key=None): def __sizeof__(self): """ - Generates the total memory usage for a object that returns + Generates the total memory usage for an object that returns either a value or Series of values """ if hasattr(self, 'memory_usage'):