Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix up use incorrect sentence that had a double "than" in it.
  • Loading branch information
timgates42 committed May 28, 2019
commit 11e8a764d300be4fb56f59e06534e5a3e9dd63bb
5 changes: 2 additions & 3 deletions pandas/core/indexes/interval.py
Original file line number Diff line number Diff line change
Expand Up @@ -809,9 +809,8 @@ def get_value(self, series, key):
**{'raises_section': textwrap.dedent("""
Raises
------
NotImplementedError
If any method other than than the default method is specified as
these are not yet implemented.
NotImplementedError: If any method argument other than the default of
None is specified as these are not yet implemented.
""")}))
@Appender(_index_shared_docs['get_indexer'])
def get_indexer(self, target, method=None, limit=None, tolerance=None):
Expand Down