remove_option(section, option)
Remove the specified option from the specified section. If the section does not exist, raise NoSectionError. If the option existed to be removed, return True; otherwise return False.
NoSectionError
True
False
Please login to continue.
Please login to continue.