diff options
Diffstat (limited to 'Doc/library/configparser.rst')
-rw-r--r-- | Doc/library/configparser.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/library/configparser.rst b/Doc/library/configparser.rst index 25e3cbe..a1f64fb 100644 --- a/Doc/library/configparser.rst +++ b/Doc/library/configparser.rst @@ -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. |