Skip to content

Commit

Permalink
Update pandas/core/series.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisvandenbossche authored Nov 27, 2023
1 parent cf79da9 commit 4afe81c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/core/series.py
Original file line number Diff line number Diff line change
Expand Up @@ -849,7 +849,7 @@ def ravel(self, order: str = "C") -> ArrayLike:
.. deprecated:: 2.2.0
Series.ravel is deprecated. The underlying array is already 1D, so
ravel is not necessary. Use `to_numpy()` for conversion to a numpy
ravel is not necessary. Use :meth:`to_numpy` for conversion to a numpy
array instead.
Returns
Expand Down

0 comments on commit 4afe81c

Please sign in to comment.