Skip to content

Commit 9a657cd

Browse files
committed
DOC: added parameters to reindex function docstrigs
1 parent 6766803 commit 9a657cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/indexes/base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3783,7 +3783,7 @@ def reindex(self, target, method=None, level=None, limit=None, tolerance=None):
37833783
tolerance : optional
37843784
Maximum distance between original and new labels for inexact matches.
37853785
The values of the index at the matching locations most satisfy the
3786-
equation `abs(index[indexer] - target) <= tolerance.
3786+
equation `abs(index[indexer] - target) <= tolerance`.
37873787
Tolerance may be a scalar value, which applies the same tolerance to all values,
37883788
or list-like, which applies variable tolerance per element.
37893789
List-like includes list, tuple, array, Series, and must be the same size

0 commit comments

Comments
 (0)