mirror of
https://github.com/python/cpython.git
synced 2025-11-01 02:38:53 +00:00
"boolean" --> "Boolean" (per the style guide).
This commit is contained in:
parent
0f0380a25f
commit
6c81e2a44f
4 changed files with 5 additions and 5 deletions
|
|
@ -102,7 +102,7 @@ Sequence of byte codes that access a local variable.
|
|||
\end{datadesc}
|
||||
|
||||
\begin{datadesc}{hascompare}
|
||||
Sequence of byte codes of boolean operations.
|
||||
Sequence of byte codes of Boolean operations.
|
||||
\end{datadesc}
|
||||
|
||||
\subsection{Python Byte Code Instructions}
|
||||
|
|
@ -474,7 +474,7 @@ Replaces TOS with \code{getattr(TOS, co_names[\var{namei}]}.
|
|||
\end{opcodedesc}
|
||||
|
||||
\begin{opcodedesc}{COMPARE_OP}{opname}
|
||||
Performs a boolean operation. The operation name can be found
|
||||
Performs a Boolean operation. The operation name can be found
|
||||
in \code{cmp_op[\var{opname}]}.
|
||||
\end{opcodedesc}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue