From 120ac20c40a72cb056eb2a9eed1d2bb103f718ed Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Mon, 13 Oct 1997 20:48:17 +0000 Subject: Remove superfluous comman from between "not" and "in" when describing the "not in" operator. --- Doc/lib/libtypes.tex | 2 +- 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.} -- cgit v0.12