Skip to content

Commit

Permalink
fixed typo Dit->Dict (#578)
Browse files Browse the repository at this point in the history
  • Loading branch information
cekees authored Jul 25, 2017
1 parent 7d75a81 commit d951d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proteus/Context.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def Options(optionsList=None,mutable=False):
logEvent("IGNORING CONTEXT OPTION; DECLARE "+lvalue+" IF YOU WANT TO SET IT")
#now set named tuple merging optionsList and opts_cli_dihelpct
if mutable:
ContextOptions = recordtype("ContextOptions", contextOptionsDit.iteritems())
ContextOptions = recordtype("ContextOptions", contextOptionsDict.iteritems())
return ContextOptions()
else:
ContextOptions = namedtuple("ContextOptions", contextOptionsDict.keys())
Expand Down

0 comments on commit d951d7a

Please sign in to comment.