diff options
| author | Neal Norwitz <nnorwitz@gmail.com> | 2003-04-17 23:07:13 +0000 |
|---|---|---|
| committer | Neal Norwitz <nnorwitz@gmail.com> | 2003-04-17 23:07:13 +0000 |
| commit | a6bdf2aef6081cf7b2f9d209a4e42a92f65a36db (patch) | |
| tree | 82b0ad116d9c68c0680f4b068bc4debfc9f8aa4d /Doc/lib/libstring.tex | |
| parent | aa1ac546b6de3c498daf456a9e65199531c68737 (diff) | |
| download | cpython-git-a6bdf2aef6081cf7b2f9d209a4e42a92f65a36db.tar.gz | |
Oops, missed updating doc to correct version for split
Diffstat (limited to 'Doc/lib/libstring.tex')
| -rw-r--r-- | Doc/lib/libstring.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libstring.tex b/Doc/lib/libstring.tex index 1f1a89e9cf..a4823d9d01 100644 --- a/Doc/lib/libstring.tex +++ b/Doc/lib/libstring.tex @@ -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} |
