Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea49de3 commit 32fef9fCopy full SHA for 32fef9f
1 file changed
Doc/lib/libstring.tex
@@ -221,7 +221,7 @@ \section{\module{string} ---
221
words is the same as returned by \function{split()}, except when the
222
optional third argument \var{maxsplit} is explicitly specified and
223
nonzero. When \var{maxsplit} is nonzero, at most \var{maxsplit}
224
- number of splits -- the \em{rightmost} ones -- occur, and the remainder
+ number of splits -- the \emph{rightmost} ones -- occur, and the remainder
225
of the string is returned as the first element of the list (thus, the
226
list will have at most \code{\var{maxsplit}+1} elements).
227
\versionadded{2.4}
0 commit comments