diff --git a/pandas/core/strings.py b/pandas/core/strings.py index e73fa207152c1..7837fb60da9d6 100644 --- a/pandas/core/strings.py +++ b/pandas/core/strings.py @@ -193,7 +193,7 @@ def str_contains(arr, pat, case=True, flags=0, na=np.nan, regex=True): See Also -------- - match : analagous, but stricter, relying on re.match instead of re.search + match : analogous, but stricter, relying on re.match instead of re.search """ if regex: