summaryrefslogtreecommitdiffstats
path: root/Doc/libtypes.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1997-10-13 20:48:17 (GMT)
committerFred Drake <fdrake@acm.org>1997-10-13 20:48:17 (GMT)
commit120ac20c40a72cb056eb2a9eed1d2bb103f718ed (patch)
treec26e441231b96dea6ee5c8d08fb0b28a89bab86e /Doc/libtypes.tex
parent36fbe76a45bf8c5125c7e1a64b79ad0903a3755f (diff)
downloadcpython-120ac20c40a72cb056eb2a9eed1d2bb103f718ed.zip
cpython-120ac20c40a72cb056eb2a9eed1d2bb103f718ed.tar.gz
cpython-120ac20c40a72cb056eb2a9eed1d2bb103f718ed.tar.bz2
Remove superfluous comman from between "not" and "in" when describing the
"not in" operator.
Diffstat (limited to 'Doc/libtypes.tex')
-rw-r--r--Doc/libtypes.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/libtypes.tex b/Doc/libtypes.tex
index 029da07..988fc90 100644
--- a/Doc/libtypes.tex
+++ b/Doc/libtypes.tex
@@ -313,7 +313,7 @@ comma, e.g., \code{(d,)}.
\indexii{list}{type}
Sequence types support the following operations. The \samp{in} and
-\samp{not\,in} operations have the same priorities as the comparison
+\samp{not in} operations have the same priorities as the comparison
operations. The \samp{+} and \samp{*} operations have the same
priority as the corresponding numeric operations.\footnote{They must
have since the parser can't tell the type of the operands.}