Update doc to reflect Tim's changes to bool.
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 @@
 
 \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}