diff options
author | Mark Eichin <eichin-github@thok.org> | 2013-09-26 03:25:00 -0400 |
---|---|---|
committer | Mark Eichin <eichin-github@thok.org> | 2013-09-26 03:25:00 -0400 |
commit | e8df97f9f8d23817cc8d4727fcc0a6bfdcdf9f30 (patch) | |
tree | b7bc49ebf12620bfb7e63ef469c3d4b83409b053 | |
parent | e92d7cf65e394b378cd3f9a370fb8e0761e7f62c (diff) | |
download | markdown-e8df97f9f8d23817cc8d4727fcc0a6bfdcdf9f30.tar.gz markdown-e8df97f9f8d23817cc8d4727fcc0a6bfdcdf9f30.tar.bz2 markdown-e8df97f9f8d23817cc8d4727fcc0a6bfdcdf9f30.zip |
Update __init__.py
spelling.
-rw-r--r-- | markdown/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 """ |