Skip to content

Commit e6fe921

Browse files
committed
Improve parameter explaination
1 parent 660b4fc commit e6fe921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/strings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2159,7 +2159,7 @@ def encode(self, encoding, errors="strict"):
21592159
21602160
Parameters
21612161
----------
2162-
to_strip : str
2162+
to_strip : str, optional
21632163
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.

0 commit comments

Comments
 (0)