]> granicus.if.org Git - python/commitdiff
Oops, missed updating doc to correct version for split
authorNeal Norwitz <nnorwitz@gmail.com>
Thu, 17 Apr 2003 23:07:13 +0000 (23:07 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Thu, 17 Apr 2003 23:07:13 +0000 (23:07 +0000)
Doc/lib/libstring.tex

index 1f1a89e9cf6aa14ac0e27d78b42cd621592e167e..a4823d9d01033551e84bc185cd0c957bdd212cb8 100644 (file)
@@ -264,7 +264,7 @@ characters are removed.  If given and not \code{None}, \var{chars}
 must be a string; the characters in the string will be stripped from
 the both ends 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 or 2.2.1]{2.2.2}
+parameter cannot be passed in earlier 2.2 versions]{2.2.3}
 \end{funcdesc}
 
 \begin{funcdesc}{swapcase}{s}