Skip to content

Commit

Permalink
Merge pull request Python-Markdown#256 from eichin/patch-1
Browse files Browse the repository at this point in the history
Update __init__.py
  • Loading branch information
Waylan Limberg committed Sep 26, 2013
2 parents e92d7cf + e8df97f commit 62e5485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion markdown/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def __init__(self, *args, **kwargs):
* 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
"""
Expand Down

0 comments on commit 62e5485

Please sign in to comment.