fix a typo

This commit is contained in:
Yann Leboulanger 2005-09-10 09:30:46 +00:00
parent d271c29a24
commit 93c4ab0a9d
1 changed files with 1 additions and 1 deletions

View File

@ -424,7 +424,7 @@ class Config:
return
opt = self.__options_per_key[typename]
if item is None:
if subname is None:
del opt[1][name]
# if subname is specified, delete the item in the group.
elif opt[1][name].has_key(subname):