diff options
-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 25e3cbefbb..a1f64fb5a6 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. |