Skip to content

Commit 7f820f9

Browse files
Merge pull request #10751 from fpinter/patch-1
Fix docstring spelling
2 parents 0479a80 + 0fbc88a commit 7f820f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/strings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ def str_contains(arr, pat, case=True, flags=0, na=np.nan, regex=True):
193193
194194
See Also
195195
--------
196-
match : analagous, but stricter, relying on re.match instead of re.search
196+
match : analogous, but stricter, relying on re.match instead of re.search
197197
198198
"""
199199
if regex:

0 commit comments

Comments
 (0)