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/libcfgparser.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/libcfgparser.tex')
-rw-r--r-- | Doc/lib/libcfgparser.tex | 2 |
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} |