Skip to content

Commit 010f942

Browse files
committed
DOC: updated LINE 3786:79 whitespace GH40328
1 parent 2bf0bf5 commit 010f942

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
Maximum number of consecutive elements to forward or backward fill.
37843784
tolerance : optional
37853785
Maximum distance between original and new labels for inexact matches.
3786-
The values of the index at the matching locations most satisfy the
3786+
The values of the index at the matching locations most satisfy the
37873787
equation `abs(index[indexer] - target) <= tolerance`.
37883788
Tolerance may be a scalar value, which applies the same tolerance
37893789
to all values, or list-like, which applies variable tolerance per element.

0 commit comments

Comments
 (0)