summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libstring.tex
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2004-07-19 16:34:01 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2004-07-19 16:34:01 (GMT)
commitb0c319a905132bbeb0737364d405144ce5cdfd60 (patch)
treed92e065d4c73c71eb672f7c477db09e23b44c715 /Doc/lib/libstring.tex
parent3a313e36555a3416799f3c049b8ebb41e9edeb8a (diff)
downloadcpython-b0c319a905132bbeb0737364d405144ce5cdfd60.zip
cpython-b0c319a905132bbeb0737364d405144ce5cdfd60.tar.gz
cpython-b0c319a905132bbeb0737364d405144ce5cdfd60.tar.bz2
Patch #993187: Make rstrip doc similar to lstrip.
Backported to 2.3.
Diffstat (limited to 'Doc/lib/libstring.tex')
-rw-r--r--Doc/lib/libstring.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libstring.tex b/Doc/lib/libstring.tex
index abd6a07..48d7fc4 100644
--- a/Doc/lib/libstring.tex
+++ b/Doc/lib/libstring.tex
@@ -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
string this method is called on.
\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}
\begin{funcdesc}{strip}{s\optional{, chars}}