mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Remove superfluous comman from between "not" and "in" when describing the
"not in" operator.
This commit is contained in:
parent
36fbe76a45
commit
120ac20c40
2 changed files with 2 additions and 2 deletions
|
@ -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.}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue