summaryrefslogtreecommitdiff
path: root/markdown/blockprocessors.py
diff options
context:
space:
mode:
Diffstat (limited to 'markdown/blockprocessors.py')
-rw-r--r--markdown/blockprocessors.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/markdown/blockprocessors.py b/markdown/blockprocessors.py
index d901beb..36975bb 100644
--- a/markdown/blockprocessors.py
+++ b/markdown/blockprocessors.py
@@ -321,7 +321,7 @@ class OListProcessor(BlockProcessor):
TAG = 'ol'
# The integer (python string) with which the lists starts (default=1)
- # Eg: If list is intialized as)
+ # Eg: If list is initialized as)
# 3. Item
# The ol tag will get starts="3" attribute
STARTSWITH = '1'