diff options
author | Fred Drake <fdrake@acm.org> | 1997-10-13 20:48:17 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1997-10-13 20:48:17 (GMT) |
commit | 120ac20c40a72cb056eb2a9eed1d2bb103f718ed (patch) | |
tree | c26e441231b96dea6ee5c8d08fb0b28a89bab86e /Doc | |
parent | 36fbe76a45bf8c5125c7e1a64b79ad0903a3755f (diff) | |
download | cpython-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')
-rw-r--r-- | Doc/lib/libtypes.tex | 2 | ||||
-rw-r--r-- | Doc/libtypes.tex | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libtypes.tex b/Doc/lib/libtypes.tex index 029da07..988fc90 100644 --- a/Doc/lib/libtypes.tex +++ b/Doc/lib/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.} 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.} |