Skip to content

Commit 62e5485

Browse files
author
Waylan Limberg
committed
Merge pull request #256 from eichin/patch-1
Update __init__.py
2 parents e92d7cf + e8df97f commit 62e5485

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

markdown/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def __init__(self, *args, **kwargs):
100100
* html_replacement_text: Text used when safe_mode is set to "replace".
101101
* tab_length: Length of tabs in the source. Default: 4
102102
* enable_attributes: Enable the conversion of attributes. Default: True
103-
* smart_emphasis: Treat `_connected_words_` intelegently Default: True
103+
* smart_emphasis: Treat `_connected_words_` intelligently Default: True
104104
* lazy_ol: Ignore number of first item of ordered lists. Default: True
105105
106106
"""

0 commit comments

Comments
 (0)