summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libcfgparser.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-10-01 17:04:10 (GMT)
committerFred Drake <fdrake@acm.org>2001-10-01 17:04:10 (GMT)
commit6c81e2a44fd6ab5cacbb2e1d5c48933d65a58948 (patch)
treeb632dc434ef138c372e714a363294165c97a9bb6 /Doc/lib/libcfgparser.tex
parent0f0380a25fc2a95f0367540f45af585751914d23 (diff)
downloadcpython-6c81e2a44fd6ab5cacbb2e1d5c48933d65a58948.zip
cpython-6c81e2a44fd6ab5cacbb2e1d5c48933d65a58948.tar.gz
cpython-6c81e2a44fd6ab5cacbb2e1d5c48933d65a58948.tar.bz2
"boolean" --> "Boolean" (per the style guide).
Diffstat (limited to 'Doc/lib/libcfgparser.tex')
-rw-r--r--Doc/lib/libcfgparser.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libcfgparser.tex b/Doc/lib/libcfgparser.tex
index 6afbe35..f213732 100644
--- a/Doc/lib/libcfgparser.tex
+++ b/Doc/lib/libcfgparser.tex
@@ -163,7 +163,7 @@ A convenience method which coerces the \var{option} in the specified
\begin{methoddesc}{getboolean}{section, option}
A convenience method which coerces the \var{option} in the specified
-\var{section} to a boolean value. Note that the only accepted values
+\var{section} to a Boolean value. Note that the only accepted values
for the option are \samp{0} and \samp{1}, any others will raise
\exception{ValueError}.
\end{methoddesc}