summaryrefslogtreecommitdiff
path: root/Doc/lib/libformatter.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-10-01 17:04:10 +0000
committerFred Drake <fdrake@acm.org>2001-10-01 17:04:10 +0000
commitdd3f2ecb12e21f5dba5b889c5dce40327d48dfe1 (patch)
treecd4831bd1ff22d9c0eead029e450637ed6493c2a /Doc/lib/libformatter.tex
parent452a1f883b54838f410acf97f836eff1ac916dfc (diff)
downloadcpython-dd3f2ecb12e21f5dba5b889c5dce40327d48dfe1.tar.gz
"boolean" --> "Boolean" (per the style guide).
Diffstat (limited to 'Doc/lib/libformatter.tex')
-rw-r--r--Doc/lib/libformatter.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libformatter.tex b/Doc/lib/libformatter.tex
index 197dc3cde7..d7c5a6b83b 100644
--- a/Doc/lib/libformatter.tex
+++ b/Doc/lib/libformatter.tex
@@ -234,7 +234,7 @@ of the form \code{(}\var{size}, \var{italic}, \var{bold},
\var{teletype}\code{)}. Size will be a string indicating the size of
font that should be used; specific strings and their interpretation
must be defined by the application. The \var{italic}, \var{bold}, and
-\var{teletype} values are boolean indicators specifying which of those
+\var{teletype} values are Boolean values specifying which of those
font attributes should be used.
\end{methoddesc}