aboutsummaryrefslogtreecommitdiffstats
path: root/markdown/__init__.py
diff options
context:
space:
mode:
authorMark Eichin <eichin-github@thok.org>2013-09-26 03:25:00 -0400
committerMark Eichin <eichin-github@thok.org>2013-09-26 03:25:00 -0400
commite8df97f9f8d23817cc8d4727fcc0a6bfdcdf9f30 (patch)
treeb7bc49ebf12620bfb7e63ef469c3d4b83409b053 /markdown/__init__.py
parente92d7cf65e394b378cd3f9a370fb8e0761e7f62c (diff)
downloadmarkdown-e8df97f9f8d23817cc8d4727fcc0a6bfdcdf9f30.tar.gz
markdown-e8df97f9f8d23817cc8d4727fcc0a6bfdcdf9f30.tar.bz2
markdown-e8df97f9f8d23817cc8d4727fcc0a6bfdcdf9f30.zip
Update __init__.py
spelling.
Diffstat (limited to 'markdown/__init__.py')
-rw-r--r--markdown/__init__.py2
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
"""