Commit 120ac20c authored by Fred Drake's avatar Fred Drake

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

"not in" operator.
parent 36fbe76a
...@@ -313,7 +313,7 @@ comma, e.g., \code{(d,)}. ...@@ -313,7 +313,7 @@ comma, e.g., \code{(d,)}.
\indexii{list}{type} \indexii{list}{type}
Sequence types support the following operations. The \samp{in} and 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 operations. The \samp{+} and \samp{*} operations have the same
priority as the corresponding numeric operations.\footnote{They must priority as the corresponding numeric operations.\footnote{They must
have since the parser can't tell the type of the operands.} have since the parser can't tell the type of the operands.}
......
...@@ -313,7 +313,7 @@ comma, e.g., \code{(d,)}. ...@@ -313,7 +313,7 @@ comma, e.g., \code{(d,)}.
\indexii{list}{type} \indexii{list}{type}
Sequence types support the following operations. The \samp{in} and 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 operations. The \samp{+} and \samp{*} operations have the same
priority as the corresponding numeric operations.\footnote{They must priority as the corresponding numeric operations.\footnote{They must
have since the parser can't tell the type of the operands.} have since the parser can't tell the type of the operands.}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment