Skip to content

Commit 3a7caf9

Browse files
committed
Merge pull request #7566 from kyleam/reindex_axis-docstring
DOC: Fix parameter in reindex_axis docstring
2 parents 316a36c + 9abe9c5 commit 3a7caf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/generic.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1663,7 +1663,7 @@ def _reindex_multi(self, axes, copy, fill_value):
16631663
16641664
Parameters
16651665
----------
1666-
index : array-like, optional
1666+
labels : array-like
16671667
New labels / index to conform to. Preferably an Index object to
16681668
avoid duplicating data
16691669
axis : %(axes_single_arg)s

0 commit comments

Comments
 (0)