#9407: document configparser.Error.

This commit is contained in:
Georg Brandl 2010-07-29 14:32:22 +00:00
parent 8ee604b989
commit 436ccdc7e7
1 changed files with 5 additions and 0 deletions

View File

@ -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.