Skip to content

Commit 660b4fc

Browse files
committed
Fix PEP8
1 parent 8b36512 commit 660b4fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pandas/core/strings.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2160,7 +2160,7 @@ def encode(self, encoding, errors="strict"):
21602160
Parameters
21612161
----------
21622162
to_strip : str
2163-
Specifying the set of characters to be removed.
2163+
Specifying the set of characters to be removed.
21642164
All combinations of this set of characters will be stripped.
21652165
Default value is None, which means whaitspaces will be removed.
21662166
@@ -2180,8 +2180,8 @@ def encode(self, encoding, errors="strict"):
21802180
21812181
>>> s
21822182
0 ant
2183-
1 bee
2184-
2 cat
2183+
1 bee
2184+
2 cat
21852185
dtype: object
21862186
21872187
>>> s.str.strip()

0 commit comments

Comments
 (0)