Skip to content

Commit 0388292

Browse files
committed
DOC: Fix GH24143, updated generic.py
1 parent 1f7f9b8 commit 0388292

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pandas/core/generic.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10034,9 +10034,7 @@ def nanptp(values, axis=0, skipna=True):
1003410034
cls, 'ptp', name, name2, axis_descr,
1003510035
"""Returns the difference between the maximum value and the
1003610036
minimum value in the object. This is the equivalent of the
10037-
``numpy.ndarray`` method ``ptp``.
10038-
10039-
.. deprecated:: 0.24.0
10037+
``numpy.ndarray`` method ``ptp``.\n\n.. deprecated:: 0.24.0
1004010038
Use numpy.ptp instead""",
1004110039
nanptp)
1004210040

0 commit comments

Comments
 (0)