Remove superfluous comman from between "not" and "in" when describing the

"not in" operator.
This commit is contained in:
Fred Drake 1997-10-13 20:48:17 +00:00
parent 36fbe76a45
commit 120ac20c40
2 changed files with 2 additions and 2 deletions

View File

@ -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.}

View File

@ -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.}