Commit 2af5ca7c authored by Georg Brandl's avatar Georg Brandl

Fix example.

parent 3e522f66
......@@ -446,3 +446,5 @@ The function ``opt_move`` below can be used to move options between sections::
# Create non-existent section
config.add_section(section2)
opt_move(config, section1, section2, option)
else:
config.remove_option(section1, option)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment