mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
ConfigParser:
- DuplicateSectionError is only raised by add_section() (closes SF bug #830449)
This commit is contained in:
parent
abc086fb0d
commit
b4c6091984
1 changed files with 2 additions and 3 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue