diff options
author | Fred Drake <fdrake@acm.org> | 2001-10-01 17:04:10 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-10-01 17:04:10 (GMT) |
commit | 6c81e2a44fd6ab5cacbb2e1d5c48933d65a58948 (patch) | |
tree | b632dc434ef138c372e714a363294165c97a9bb6 /Doc/lib/libdis.tex | |
parent | 0f0380a25fc2a95f0367540f45af585751914d23 (diff) | |
download | cpython-6c81e2a44fd6ab5cacbb2e1d5c48933d65a58948.zip cpython-6c81e2a44fd6ab5cacbb2e1d5c48933d65a58948.tar.gz cpython-6c81e2a44fd6ab5cacbb2e1d5c48933d65a58948.tar.bz2 |
"boolean" --> "Boolean" (per the style guide).
Diffstat (limited to 'Doc/lib/libdis.tex')
-rw-r--r-- | Doc/lib/libdis.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libdis.tex b/Doc/lib/libdis.tex index b41b719..2a285d2 100644 --- a/Doc/lib/libdis.tex +++ b/Doc/lib/libdis.tex @@ -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} |