From 57c877e5e099df9b81b6c0f697b112b6aa371acc Mon Sep 17 00:00:00 2001 From: Baurzhan Muftakhidinov Date: Thu, 30 Mar 2017 09:32:41 +0500 Subject: [PATCH] Fix a typo --- pandas/sparse/sparse.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandas/sparse/sparse.pyx b/pandas/sparse/sparse.pyx index 7ab29414499fc..00d317c42b18d 100644 --- a/pandas/sparse/sparse.pyx +++ b/pandas/sparse/sparse.pyx @@ -71,7 +71,7 @@ cdef class IntIndex(SparseIndex): def check_integrity(self): """ Only need be strictly ascending and nothing less than 0 or greater than - totall ength + total length """ pass