Merge pull request #1 from pran1990/test

Fix a typo in the readme.
This commit is contained in:
Monsyne Dragon 2014-06-19 13:44:00 -05:00
commit 9fa408ce74

View File

@ -69,7 +69,7 @@ This just formats the event as a plain python dictionary.
notification = json.loads(notification_string)
config = distiller.load_config(config_file_name)
d = distiller.Distiller(config, catchall=False)
dist = distiller.Distiller(config, catchall=False)
#this is the default condenser.
cond = condenser.DictionaryCondenser()