clarified some comments and conformed some function names
This commit is contained in:
@@ -67,7 +67,7 @@ class MultiWorldParser(object):
|
||||
"""Validate and return the configuration"""
|
||||
# Okay, this is okay, isn't it? We're going to create the validation
|
||||
# routine right here, right now. I hope this works!
|
||||
validator = settingsValidators.make_configdictvalidator(self._settings)
|
||||
validator = settingsValidators.make_configDictValidator(self._settings)
|
||||
# Woah. What just happened? No. WAIT, WHAT ARE YOU...
|
||||
validated_config = validator(self._config_state)
|
||||
# WHAT HAVE YOU DONE?
|
||||
|
||||
Reference in New Issue
Block a user