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
63d5b39c
Commit
63d5b39c
authored
Oct 21, 1998
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove a couple of unnecessary "%" characters that cause problems with
the latest latex2html beta.
parent
a83505f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Doc/ref/ref5.tex
Doc/ref/ref5.tex
+2
-2
No files found.
Doc/ref/ref5.tex
View file @
63d5b39c
...
...
@@ -864,7 +864,7 @@ chain from left to right --- see above).
\lineii
{
\keyword
{
in
}
,
\keyword
{
not
}
\keyword
{
in
}}{
Membership tests
}
\lineii
{
\keyword
{
is
}
,
\keyword
{
is not
}}{
Identity tests
}
\lineii
{
\code
{
<
}
,
\code
{
<=
}
,
\code
{
>
}
,
\code
{
>=
}
,
\code
{
<>
}
,
\code
{
!=
}
,
\code
{
==
}}
%
\code
{
<>
}
,
\code
{
!=
}
,
\code
{
==
}}
{
Comparisons
}
\hline
\lineii
{
\code
{
|
}}
{
Bitwise OR
}
...
...
@@ -877,7 +877,7 @@ chain from left to right --- see above).
\hline
\lineii
{
\code
{
+
}
,
\code
{
-
}}{
Addition and subtraction
}
\hline
\lineii
{
\code
{
*
}
,
\code
{
/
}
,
\code
{
\%
}}
%
\lineii
{
\code
{
*
}
,
\code
{
/
}
,
\code
{
\%
}}
{
Multiplication, division, remainder
}
\hline
\lineii
{
\code
{
**
}}
{
Exponentiation
}
...
...
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