Skip to content

Commit

Permalink
CI: Fix Travis failures due to lint.sh on pandas/core/strings.py (#22184
Browse files Browse the repository at this point in the history
)
  • Loading branch information
jschendel authored and TomAugspurger committed Aug 3, 2018
1 parent 6753068 commit 35dd15b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pandas/core/strings.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,8 @@ def str_contains(arr, pat, case=True, flags=0, na=np.nan, regex=True):
See Also
--------
match : analogous, but stricter, relying on re.match instead of re.search
Series.str.startswith : Test if the start of each string element matches a pattern.
Series.str.startswith : Test if the start of each string element matches a
pattern.
Series.str.endswith : Same as startswith, but tests the end of string.
Examples
Expand Down

0 comments on commit 35dd15b

Please sign in to comment.