From 0fbc88a3e5376ff507755f23b50c099fc7f580d7 Mon Sep 17 00:00:00 2001 From: Frank Pinter Date: Tue, 4 Aug 2015 14:32:21 -0700 Subject: [PATCH] Fix docstring spelling "analagous" -> "analogous" --- pandas/core/strings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: