Skip to content

Commit c3075b2

Browse files
committed
Add line, remove incorrect message
1 parent 70c3858 commit c3075b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python-dict-attribute/config_v2.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ def clear(self):
2727
print(conf.__dict__)
2828
conf.remove_option("size")
2929
print(conf.__dict__)
30-
# conf.remove_option("autosave") # Raises KeyError
30+
conf.remove_option("autosave")
31+
print(conf.__dict__)
3132
conf.clear()
3233
print(conf.__dict__)

0 commit comments

Comments
 (0)