Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
120ac20c
Commit
120ac20c
authored
Oct 13, 1997
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove superfluous comman from between "not" and "in" when describing the
"not in" operator.
parent
36fbe76a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Doc/lib/libtypes.tex
Doc/lib/libtypes.tex
+1
-1
Doc/libtypes.tex
Doc/libtypes.tex
+1
-1
No files found.
Doc/lib/libtypes.tex
View file @
120ac20c
...
...
@@ -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.
}
...
...
Doc/libtypes.tex
View file @
120ac20c
...
...
@@ -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.
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment