mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
#9407: document configparser.Error.
This commit is contained in:
parent
8ee604b989
commit
436ccdc7e7
1 changed files with 5 additions and 0 deletions
|
@ -178,6 +178,11 @@ keys within each section.
|
|||
*allow_no_value* were added.
|
||||
|
||||
|
||||
.. exception:: Error
|
||||
|
||||
Base class for all other configparser exceptions.
|
||||
|
||||
|
||||
.. exception:: NoSectionError
|
||||
|
||||
Exception raised when a specified section is not found.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue