summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libstring.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-05-27 17:18:08 (GMT)
committerFred Drake <fdrake@acm.org>1999-05-27 17:18:08 (GMT)
commita7ce52b03a6bc72a2e73a8f3a88b98d860caf954 (patch)
tree9765e846ec08737fe8aa133ecd13727ac69481ba /Doc/lib/libstring.tex
parentabc8cc63ce6f0d5da04d7dc273521bcdb40168c7 (diff)
downloadcpython-a7ce52b03a6bc72a2e73a8f3a88b98d860caf954.zip
cpython-a7ce52b03a6bc72a2e73a8f3a88b98d860caf954.tar.gz
cpython-a7ce52b03a6bc72a2e73a8f3a88b98d860caf954.tar.bz2
Typo reported by Gerry Wiener <wiener@rap.ucar.edu>:
items -> item The returned list will then have one more items than the number of non-overlapping occurrences of the separator in the string.
Diffstat (limited to 'Doc/lib/libstring.tex')
-rw-r--r--Doc/lib/libstring.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libstring.tex b/Doc/lib/libstring.tex
index e2023de..32b7c27 100644
--- a/Doc/lib/libstring.tex
+++ b/Doc/lib/libstring.tex
@@ -168,7 +168,7 @@ The functions defined in this module are:
separated by arbitrary strings of whitespace characters (space, tab,
newline, return, formfeed). If the second argument \var{sep} is
present and not \code{None}, it specifies a string to be used as the
- word separator. The returned list will then have one more items
+ word separator. The returned list will then have one more item
than the number of non-overlapping occurrences of the separator in
the string. The optional third argument \var{maxsplit} defaults to
0. If it is nonzero, at most \var{maxsplit} number of splits occur,