Skip to content

Commit 2db329d

Browse files
luxedoyuanx749
andauthored
DOC: Update numpy/_core/strings.py
Co-authored-by: Xiao Yuan <[email protected]>
1 parent 75eaca2 commit 2db329d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numpy/_core/strings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ def rfind(a, sub, start=0, end=None):
279279
>>> np.strings.find(a, "very")
280280
array([0])
281281
282-
`string.rfind` returns the highes index:
282+
`string.rfind` returns the highest index:
283283
284284
>>> np.strings.rfind(a, "very")
285285
array([32])

0 commit comments

Comments
 (0)