Skip to content

Commit

Permalink
fixed errors from pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
pol-rius committed Aug 27, 2024
1 parent 2e70c5e commit 3a6cc0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pandas/core/arrays/sparse/accessor.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ class SparseAccessor(BaseAccessor, PandasDelegate):
See Also
--------
Series.sparse.to_coo : Create a scipy.sparse.coo_matrix from a Series with
Series.sparse.to_coo : Create a scipy.sparse.coo_matrix from a Series with
MultiIndex.
Series.sparse.from_coo : Create a Series with sparse values from a
Series.sparse.from_coo : Create a Series with sparse values from a
scipy.sparse.coo_matrix.
Examples
Expand Down

0 comments on commit 3a6cc0d

Please sign in to comment.