]> granicus.if.org Git - python/commitdiff
Patch #993187: Make rstrip doc similar to lstrip.
authorMartin v. Löwis <martin@v.loewis.de>
Mon, 19 Jul 2004 16:34:01 +0000 (16:34 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Mon, 19 Jul 2004 16:34:01 +0000 (16:34 +0000)
Backported to 2.3.

Doc/lib/libstring.tex

index abd6a07a302450b47ac87950b9860f026275016b..48d7fc4ea5dc2ae7b5880fb4522b0774afcb0ebe 100644 (file)
@@ -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}}