Kaydet (Commit) 960b186e authored tarafından Georg Brandl's avatar Georg Brandl

Fix example.

üst 5ca3fd8d
......@@ -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