Skip to content

Commit

Permalink
fix pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesdong1991 committed Feb 23, 2019
1 parent 983332e commit f9e52cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/tests/test_strings.py
Original file line number Diff line number Diff line change
Expand Up @@ -3427,7 +3427,7 @@ def test_method_on_bytes(self):

@pytest.mark.skipif(compat.PY2, reason='not in python2')
def test_casefold(self):
#GH25405
# GH25405
casefolded = Series(['ss', NA, 'case', 'ssd'])
s = Series(['ß', NA, 'case', 'ßd'])
result = s.str.casefold()
Expand Down

0 comments on commit f9e52cc

Please sign in to comment.