summaryrefslogtreecommitdiff
path: root/Doc/library/configparser.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-07-29 14:32:22 +0000
committerGeorg Brandl <georg@python.org>2010-07-29 14:32:22 +0000
commit2cfdf3b1dea4e661c54d70def53d93ee56505af6 (patch)
treed67b66d8b3d5d6ec1a99cccd519fafed96762aae /Doc/library/configparser.rst
parent6275527d4d272c198a2a4f4ebd1a910d7a14b3c6 (diff)
downloadcpython-2cfdf3b1dea4e661c54d70def53d93ee56505af6.tar.gz
#9407: document configparser.Error.
Diffstat (limited to 'Doc/library/configparser.rst')
-rw-r--r--Doc/library/configparser.rst5
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.