Skip to content

Commit

Permalink
DOC: update the pandas.DataFrame.diff docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
adatasetaday committed Mar 10, 2018
1 parent 8019d85 commit 15bcb7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/core/frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -4736,7 +4736,7 @@ def diff(self, periods=1, axis=0):
axis : {0 or 'index', 1 or 'columns'}, default 0
Take difference over rows (0) or columns (1).
.. versionadded:: 0.16.1
.. versionadded:: 0.16.1.
Returns
-------
Expand Down

0 comments on commit 15bcb7d

Please sign in to comment.