aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWaylan Limberg <waylan@gmail.com>2013-09-26 15:05:31 -0700
committerWaylan Limberg <waylan@gmail.com>2013-09-26 15:05:31 -0700
commit62e5485c0f4292717f48b4c16cdd6894c891716f (patch)
treeb7bc49ebf12620bfb7e63ef469c3d4b83409b053
parente92d7cf65e394b378cd3f9a370fb8e0761e7f62c (diff)
parente8df97f9f8d23817cc8d4727fcc0a6bfdcdf9f30 (diff)
downloadmarkdown-62e5485c0f4292717f48b4c16cdd6894c891716f.tar.gz
markdown-62e5485c0f4292717f48b4c16cdd6894c891716f.tar.bz2
markdown-62e5485c0f4292717f48b4c16cdd6894c891716f.zip
Merge pull request #256 from eichin/patch-1
Update __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
"""