Skip to content

Commit 35dd15b

Browse files
jschendelTomAugspurger
authored andcommitted
CI: Fix Travis failures due to lint.sh on pandas/core/strings.py (#22184)
1 parent 6753068 commit 35dd15b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pandas/core/strings.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,8 @@ def str_contains(arr, pat, case=True, flags=0, na=np.nan, regex=True):
293293
See Also
294294
--------
295295
match : analogous, but stricter, relying on re.match instead of re.search
296-
Series.str.startswith : Test if the start of each string element matches a pattern.
296+
Series.str.startswith : Test if the start of each string element matches a
297+
pattern.
297298
Series.str.endswith : Same as startswith, but tests the end of string.
298299
299300
Examples

0 commit comments

Comments
 (0)