Skip to content

Commit 48749ce

Browse files
crayxtjreback
authored andcommitted
Fix a typo (#15844)
1 parent 3d6c5a8 commit 48749ce

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)