aboutsummaryrefslogtreecommitdiffstats
path: root/markdown/inlinepatterns.py
diff options
context:
space:
mode:
authorchri <chri@ashboing.baco.myftp.org>2012-08-28 10:45:53 +0200
committerchri <chri@ashboing.baco.myftp.org>2012-08-28 10:45:53 +0200
commit58b77ab4ae1239da08d43cb8bc316f6733512fea (patch)
treeef3a933147039d7fd2b886af6263def67fcb5327 /markdown/inlinepatterns.py
parentcb98f6a5f93f95e91ecee7c6abf2852084a8557f (diff)
downloadmarkdown-58b77ab4ae1239da08d43cb8bc316f6733512fea.tar.gz
markdown-58b77ab4ae1239da08d43cb8bc316f6733512fea.tar.bz2
markdown-58b77ab4ae1239da08d43cb8bc316f6733512fea.zip
Misc typos.
Diffstat (limited to 'markdown/inlinepatterns.py')
-rw-r--r--markdown/inlinepatterns.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/markdown/inlinepatterns.py b/markdown/inlinepatterns.py
index 6cb4bdc..d3ef4e0 100644
--- a/markdown/inlinepatterns.py
+++ b/markdown/inlinepatterns.py
@@ -235,7 +235,7 @@ class SimpleTagPattern(Pattern):
class SubstituteTagPattern(SimpleTagPattern):
- """ Return a eLement of type `tag` with no children. """
+ """ Return an element of type `tag` with no children. """
def handleMatch (self, m):
return util.etree.Element(self.tag)