aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWaylan Limberg <waylan@gmail.com>2013-04-15 15:00:59 -0700
committerWaylan Limberg <waylan@gmail.com>2013-04-15 15:00:59 -0700
commit9d8ae38136ee334f490887e3cf1f44d36603cf55 (patch)
treecea50046572d132f38eae3686372744d97f3f1df
parent2f3442b41ae99dd79cd90179054d3d4ad13bc5f7 (diff)
parent5efdf08e727a0f683f78355210b7896ca0491068 (diff)
downloadmarkdown-9d8ae38136ee334f490887e3cf1f44d36603cf55.tar.gz
markdown-9d8ae38136ee334f490887e3cf1f44d36603cf55.tar.bz2
markdown-9d8ae38136ee334f490887e3cf1f44d36603cf55.zip
Merge pull request #212 from shvechikov/patch-1
Fixed a typo in the docs
-rw-r--r--markdown/extensions/sane_lists.py2
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.