summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libcfgparser.tex
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2002-04-05 02:21:09 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2002-04-05 02:21:09 (GMT)
commitd3dab2b19288139dfa6fc7c4f3302b734573f9dd (patch)
tree539ad29bdea7cefa53f5b0cd844005a9ec264687 /Doc/lib/libcfgparser.tex
parentc334df5727ad9cb4a5de85f69b03808b9856b55c (diff)
downloadcpython-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.tex3
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}