Skip to content

Commit 703f7a6

Browse files
committed
DOC: update klass in docstring
1 parent 1534dad commit 703f7a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/indexes/datetimelike.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ def take(self, indices, axis=0, allow_fill=True, fill_value=None, **kwargs):
206206
self, indices, axis, allow_fill, fill_value, **kwargs
207207
)
208208

209-
@doc(IndexOpsMixin.searchsorted, klass="Datetime Index")
209+
@doc(IndexOpsMixin.searchsorted, klass="Datetime-like Index")
210210
def searchsorted(self, value, side="left", sorter=None):
211211
if isinstance(value, str):
212212
raise TypeError(

0 commit comments

Comments
 (0)