Fix a typo in the readme.

Changed d = distiller to dist = distiller, to prevent a line below
from breaking.
This commit is contained in:
Pranesh Pandurangan 2014-06-19 11:34:46 -07:00
parent a88696e578
commit ea91f6d67e

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()