]> granicus.if.org Git - python/commitdiff
#9407: document configparser.Error.
authorGeorg Brandl <georg@python.org>
Thu, 29 Jul 2010 14:32:22 +0000 (14:32 +0000)
committerGeorg Brandl <georg@python.org>
Thu, 29 Jul 2010 14:32:22 +0000 (14:32 +0000)
Doc/library/configparser.rst

index 25e3cbefbb636b59e762503caad1149c3c5013e7..a1f64fb5a696f05fbfd333f03a8d6fd9c86f381d 100644 (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.