From 5efdf08e727a0f683f78355210b7896ca0491068 Mon Sep 17 00:00:00 2001 From: Leonid Shvechikov Date: Mon, 15 Apr 2013 13:41:25 +0400 Subject: Fixed a typo in the docs --- markdown/extensions/sane_lists.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3