diff options
author | Leonid Shvechikov <shvechikov@gmail.com> | 2013-04-15 13:41:25 +0400 |
---|---|---|
committer | Leonid Shvechikov <shvechikov@gmail.com> | 2013-04-15 13:41:25 +0400 |
commit | 5efdf08e727a0f683f78355210b7896ca0491068 (patch) | |
tree | cea50046572d132f38eae3686372744d97f3f1df | |
parent | 2f3442b41ae99dd79cd90179054d3d4ad13bc5f7 (diff) | |
download | markdown-5efdf08e727a0f683f78355210b7896ca0491068.tar.gz markdown-5efdf08e727a0f683f78355210b7896ca0491068.tar.bz2 markdown-5efdf08e727a0f683f78355210b7896ca0491068.zip |
Fixed a typo in the docs
-rw-r--r-- | markdown/extensions/sane_lists.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/markdown/extensions/sane_lists.py b/markdown/extensions/sane_lists.py index 23e9a7f..fda6638 100644 --- a/markdown/extensions/sane_lists.py +++ b/markdown/extensions/sane_lists.py @@ -4,7 +4,7 @@ Sane List Extension for Python-Markdown Modify the behavior of Lists in Python-Markdown t act in a sane manor. -In standard Markdown sytex, the following would constitute a single +In standard Markdown syntax, the following would constitute a single ordered list. However, with this extension, the output would include two lists, the first an ordered list and the second and unordered list. |