Skip to content

Commit 8a6d8aa

Browse files
author
Lesley
committed
DOC:Fixing desc. for Series.str.rstrip() and Series.str.lstrip() (pandas-dev#34026)
1 parent d274a76 commit 8a6d8aa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/core/strings.py

-1
Original file line numberDiff line numberDiff line change
@@ -2977,7 +2977,6 @@ def encode(self, encoding, errors="strict"):
29772977
_shared_docs[
29782978
"str_strip"
29792979
] = r"""
2980-
29812980
Strip whitespaces (including newlines) or a set of specified characters
29822981
from each string in the Series/Index from %(side)s.
29832982
Equivalent to :meth:`str.%(method)s`.

0 commit comments

Comments
 (0)