From ea91f6d67e1b0aa930e3ea1ef7c45e5e1f4b3142 Mon Sep 17 00:00:00 2001 From: Pranesh Pandurangan <praneshpg@gmail.com> Date: Thu, 19 Jun 2014 11:34:46 -0700 Subject: [PATCH] Fix a typo in the readme. Changed d = distiller to dist = distiller, to prevent a line below from breaking. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a45eeeb..13c3eba 100644 --- a/README.md +++ b/README.md @@ -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()