summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libcfgparser.tex
diff options
context:
space:
mode:
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}