commit | 960b186eafd75954507369eed443896465b0b010 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Mon Jan 21 16:28:13 2008 +0000 |
committer | Georg Brandl <georg@python.org> | Mon Jan 21 16:28:13 2008 +0000 |
tree | 860dcbcec2174a68f9dd352506e372791a6123e3 | |
parent | 5ca3fd8d394c77b552949ef02eedab2fda61ed83 [diff] |
Fix example.
diff --git a/Doc/library/configparser.rst b/Doc/library/configparser.rst index aabbba7..ec3b022 100644 --- a/Doc/library/configparser.rst +++ b/Doc/library/configparser.rst
@@ -446,3 +446,5 @@ # Create non-existent section config.add_section(section2) opt_move(config, section1, section2, option) + else: + config.remove_option(section1, option)