Skip to content

Commit 3a6cc0d

Browse files
committed
fixed errors from pre-commit
1 parent 2e70c5e commit 3a6cc0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/core/arrays/sparse/accessor.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ class SparseAccessor(BaseAccessor, PandasDelegate):
5454
5555
See Also
5656
--------
57-
Series.sparse.to_coo : Create a scipy.sparse.coo_matrix from a Series with
57+
Series.sparse.to_coo : Create a scipy.sparse.coo_matrix from a Series with
5858
MultiIndex.
59-
Series.sparse.from_coo : Create a Series with sparse values from a
59+
Series.sparse.from_coo : Create a Series with sparse values from a
6060
scipy.sparse.coo_matrix.
6161
6262
Examples

0 commit comments

Comments
 (0)