From 27e82e1eebba28b716c16892100209d55c694749 Mon Sep 17 00:00:00 2001 From: Anton Vakhrushev Date: Sat, 26 Dec 2015 15:16:44 +0300 Subject: [PATCH] fix syntax --- Typograph.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Typograph.py b/Typograph.py index acadcb6..f3210ac 100644 --- a/Typograph.py +++ b/Typograph.py @@ -11,7 +11,7 @@ __email__ = 'anwinged@ya.ru' PLUGIN_NAME = 'Typograph' DEFAULT_SETTINGS = { - 'rules' = {} + 'rules': {} }