Skip to content

Commit e7022ac

Browse files
crayxtmattip
authored andcommitted
Fix a typo (pandas-dev#15844)
1 parent abf31ef commit e7022ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/sparse/sparse.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ cdef class IntIndex(SparseIndex):
7171
def check_integrity(self):
7272
"""
7373
Only need be strictly ascending and nothing less than 0 or greater than
74-
totall ength
74+
total length
7575
"""
7676
pass
7777

0 commit comments

Comments
 (0)