Skip to content

Commit 2e70c5e

Browse files
committed
fixed errors from pre-commit
1 parent 617d020 commit 2e70c5e

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

pandas/core/arrays/sparse/accessor.py

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,10 @@ class SparseAccessor(BaseAccessor, PandasDelegate):
5454
5555
See Also
5656
--------
57-
Series.sparse.to_coo : Create a scipy.sparse.coo_matrix from a Series with MultiIndex.
58-
Series.sparse.from_coo : Create a Series with sparse values from a scipy.sparse.coo_matrix.
57+
Series.sparse.to_coo : Create a scipy.sparse.coo_matrix from a Series with
58+
MultiIndex.
59+
Series.sparse.from_coo : Create a Series with sparse values from a
60+
scipy.sparse.coo_matrix.
5961
6062
Examples
6163
--------
@@ -164,7 +166,8 @@ def to_coo(
164166
165167
See Also
166168
--------
167-
Series.sparse.from_coo : Create a Series with sparse values from a scipy.sparse.coo_matrix.
169+
Series.sparse.from_coo : Create a Series with sparse values from a
170+
scipy.sparse.coo_matrix.
168171
169172
Examples
170173
--------

0 commit comments

Comments
 (0)