From e8df97f9f8d23817cc8d4727fcc0a6bfdcdf9f30 Mon Sep 17 00:00:00 2001 From: Mark Eichin Date: Thu, 26 Sep 2013 03:25:00 -0400 Subject: Update __init__.py spelling. --- markdown/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/markdown/__init__.py b/markdown/__init__.py index 6bfef4f..0219dc3 100644 --- a/markdown/__init__.py +++ b/markdown/__init__.py @@ -100,7 +100,7 @@ class Markdown(object): * html_replacement_text: Text used when safe_mode is set to "replace". * tab_length: Length of tabs in the source. Default: 4 * enable_attributes: Enable the conversion of attributes. Default: True - * smart_emphasis: Treat `_connected_words_` intelegently Default: True + * smart_emphasis: Treat `_connected_words_` intelligently Default: True * lazy_ol: Ignore number of first item of ordered lists. Default: True """ -- cgit v1.2.3