Skip to content

Commit 785dae1

Browse files
committed
DOC: update the pandas.DataFrame.diff docstring
1 parent 5b61330 commit 785dae1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/frame.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4744,7 +4744,7 @@ def diff(self, periods=1, axis=0):
47444744
47454745
See Also
47464746
--------
4747-
Series.diff
4747+
Series.diff: 1st discrete difference of object
47484748
47494749
Examples
47504750
--------

0 commit comments

Comments
 (0)