ConfigParser:

- DuplicateSectionError is only raised by add_section()
(closes SF bug #830449)
This commit is contained in:
Fred Drake 2004-05-18 03:56:51 +00:00
parent abc086fb0d
commit b4c6091984
1 changed files with 2 additions and 3 deletions

View 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}