Skip to content

Commit 15bcb7d

Browse files
committed
DOC: update the pandas.DataFrame.diff docstring
1 parent 8019d85 commit 15bcb7d

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
@@ -4736,7 +4736,7 @@ def diff(self, periods=1, axis=0):
47364736
axis : {0 or 'index', 1 or 'columns'}, default 0
47374737
Take difference over rows (0) or columns (1).
47384738
4739-
.. versionadded:: 0.16.1
4739+
.. versionadded:: 0.16.1.
47404740
47414741
Returns
47424742
-------

0 commit comments

Comments
 (0)