From: Fred Drake Date: Mon, 13 Oct 1997 20:48:17 +0000 (+0000) Subject: Remove superfluous comman from between "not" and "in" when describing the X-Git-Tag: v1.5b1~200 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=120ac20c40a72cb056eb2a9eed1d2bb103f718ed;p=python Remove superfluous comman from between "not" and "in" when describing the "not in" operator. --- diff --git a/Doc/lib/libtypes.tex b/Doc/lib/libtypes.tex index 029da07f65..988fc90bef 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 029da07f65..988fc90bef 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.}