Skip to content

Commit cdd4141

Browse files
committed
Fix linting error
1 parent 93a0c3d commit cdd4141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/sparse/array.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ def memory_usage(self, deep=False):
255255
Notes
256256
-----
257257
Memory usage does not include memory of empty cells filled by
258-
fill_value. And it does not include memory consumed by
258+
fill_value. And it does not include memory consumed by
259259
elements that are not components of the array if deep=False
260260
261261
See also

0 commit comments

Comments
 (0)