Commit 4a687e0
committed
DOC: Update tolerance parameter type to include list-like in Index.reindex
The tolerance parameter in Index.reindex can accept list-like types
(list, tuple, array, Series) in addition to scalar int/float values,
but the parameter type description only mentioned 'int or float'.
Updated the type description to 'int, float, or list-like' to match
the actual behavior documented in the parameter description.
Closes #629231 parent 46ed6b1 commit 4a687e0
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4168 | 4168 | | |
4169 | 4169 | | |
4170 | 4170 | | |
4171 | | - | |
| 4171 | + | |
4172 | 4172 | | |
4173 | 4173 | | |
4174 | 4174 | | |
| |||
0 commit comments