Skip to content

Commit

Permalink
Merge pull request Python-Markdown#244 from Grahack/patch-3
Browse files Browse the repository at this point in the history
Typo in util.py
  • Loading branch information
Waylan Limberg committed Aug 24, 2013
2 parents 018dd88 + 47e4a79 commit 5c4523e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion markdown/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
# Extensions should use "markdown.util.etree" instead of "etree" (or do `from
# markdown.util import etree`). Do not import it by yourself.

try: # Is the C implemenation of ElementTree available?
try: # Is the C implementation of ElementTree available?
import xml.etree.cElementTree as etree
from xml.etree.ElementTree import Comment
# Serializers (including ours) test with non-c Comment
Expand Down

0 comments on commit 5c4523e

Please sign in to comment.