#9407: document configparser.Error.
This commit is contained in:
parent
8ee604b989
commit
436ccdc7e7
|
@ -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…
Reference in New Issue