From 47e4a79190613f32146b37efe4ab584d42f5c0e5 Mon Sep 17 00:00:00 2001 From: Grahack Date: Sat, 24 Aug 2013 21:33:32 +0200 Subject: Typo in util.py implemenation -> implementation --- markdown/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'markdown/util.py') diff --git a/markdown/util.py b/markdown/util.py index 7cb933a..d292aad 100644 --- a/markdown/util.py +++ b/markdown/util.py @@ -57,7 +57,7 @@ RTL_BIDI_RANGES = ( ('\u0590', '\u07FF'), # 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 -- cgit v1.2.1