]> granicus.if.org Git - python/commitdiff
ConfigParser:
authorFred Drake <fdrake@acm.org>
Tue, 18 May 2004 03:56:51 +0000 (03:56 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 18 May 2004 03:56:51 +0000 (03:56 +0000)
- DuplicateSectionError is only raised by add_section()
(closes SF bug #830449)

Doc/lib/libcfgparser.tex

index c67c52dd8c506eae6e0e533c17a4e1d99826d9df..d5c9757ad0afd68cadd24be72e1f1c1dc0c3c466 100644 (file)
@@ -86,9 +86,8 @@ Exception raised when a specified section is not found.
 \end{excdesc}
 
 \begin{excdesc}{DuplicateSectionError}
-Exception raised when multiple sections with the same name are found,
-or if \method{add_section()} is called with the name of a section that 
-is already present.
+Exception raised if \method{add_section()} is called with the name of
+a section that is already present.
 \end{excdesc}
 
 \begin{excdesc}{NoOptionError}