Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b0c319a

Browse files
committed
Patch #993187: Make rstrip doc similar to lstrip.
Backported to 2.3.
1 parent 3a313e3 commit b0c319a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/lib/libstring.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ \section{\module{string} ---
271271
the characters in the string will be stripped from the end of the
272272
string this method is called on.
273273
\versionchanged[The \var{chars} parameter was added. The \var{chars}
274-
parameter cannot be passed in 2.2 versions]{2.2.3}
274+
parameter cannot be passed in earlier 2.2 versions]{2.2.3}
275275
\end{funcdesc}
276276

277277
\begin{funcdesc}{strip}{s\optional{, chars}}

0 commit comments

Comments
 (0)