Commit 3f6e2ae4 authored by Andreas Jung's avatar Andreas Jung

fixed typo

parent bc1080bf
......@@ -166,20 +166,20 @@ class BasicTests(unittest.TestCase):
def testUnderscoresInLiteral1(self):
""" underscores in literals shouldn't do unterlining """
""" underscores in literals shouldn't do underlining """
self._test("def __init__(self)",
"def __init__(self)")
def testUnderscoresInLiteral2(self):
""" underscores in literals shouldn't do unterlining """
""" underscores in literals shouldn't do underlining """
self._test("this is '__a_literal__' eh",
"<code>__a_literal__</code>")
def testUnderlinesWithoutWithspaces(self):
""" underscores in literals shouldn't do unterlining """
""" underscores in literals shouldn't do underlining """
self._test("Zopes structured_text is sometimes a night_mare",
"Zopes structured_text is sometimes a night_mare")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment