From: Martin v. Löwis Date: Mon, 19 Jul 2004 16:33:27 +0000 (+0000) Subject: Patch #993187: Make rstrip doc similar to lstrip. X-Git-Tag: v2.3.5c1~164 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=309279e17efd072cc7a60c7e7b17b545b6b79c9d;p=thirdparty%2FPython%2Fcpython.git Patch #993187: Make rstrip doc similar to lstrip. --- diff --git a/Doc/lib/libstring.tex b/Doc/lib/libstring.tex index 3f902cf8403f..c931e0233b93 100644 --- a/Doc/lib/libstring.tex +++ b/Doc/lib/libstring.tex @@ -254,7 +254,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}}