diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2002-04-05 02:21:09 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2002-04-05 02:21:09 (GMT) |
commit | d3dab2b19288139dfa6fc7c4f3302b734573f9dd (patch) | |
tree | 539ad29bdea7cefa53f5b0cd844005a9ec264687 /Doc/lib/libcfgparser.tex | |
parent | c334df5727ad9cb4a5de85f69b03808b9856b55c (diff) | |
download | cpython-d3dab2b19288139dfa6fc7c4f3302b734573f9dd.zip cpython-d3dab2b19288139dfa6fc7c4f3302b734573f9dd.tar.gz cpython-d3dab2b19288139dfa6fc7c4f3302b734573f9dd.tar.bz2 |
Update doc to reflect Tim's changes to bool.
Diffstat (limited to 'Doc/lib/libcfgparser.tex')
-rw-r--r-- | Doc/lib/libcfgparser.tex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/lib/libcfgparser.tex b/Doc/lib/libcfgparser.tex index ff01fde..c50b456 100644 --- a/Doc/lib/libcfgparser.tex +++ b/Doc/lib/libcfgparser.tex @@ -211,7 +211,8 @@ If the option existed to be removed, return 1; otherwise return 0. \begin{methoddesc}{remove_section}{section} Remove the specified \var{section} from the configuration. -If the section in fact existed, return 1. Otherwise return 0. +If the section in fact existed, return \code{True}. +Otherwise return \code{False}. \end{methoddesc} \begin{methoddesc}{optionxform}{option} |