From b0c319a905132bbeb0737364d405144ce5cdfd60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Mon, 19 Jul 2004 16:34:01 +0000 Subject: Patch #993187: Make rstrip doc similar to lstrip. Backported to 2.3. --- Doc/lib/libstring.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}} -- cgit v0.12