Commit 5a13db24 authored by Martin v. Löwis's avatar Martin v. Löwis

Patch #993187: Make rstrip doc similar to lstrip.

Backported to 2.3.
parent 264d9e4a
...@@ -271,7 +271,7 @@ removed. If given and not \code{None}, \var{chars} must be a string; ...@@ -271,7 +271,7 @@ removed. If given and not \code{None}, \var{chars} must be a string;
the characters in the string will be stripped from the end of the the characters in the string will be stripped from the end of the
string this method is called on. string this method is called on.
\versionchanged[The \var{chars} parameter was added. The \var{chars} \versionchanged[The \var{chars} parameter was added. The \var{chars}
parameter cannot be passed in 2.2 versions]{2.2.3} parameter cannot be passed in earlier 2.2 versions]{2.2.3}
\end{funcdesc} \end{funcdesc}
\begin{funcdesc}{strip}{s\optional{, chars}} \begin{funcdesc}{strip}{s\optional{, chars}}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment