summaryrefslogtreecommitdiff
path: root/markdown/test_tools.py
diff options
context:
space:
mode:
Diffstat (limited to 'markdown/test_tools.py')
-rw-r--r--markdown/test_tools.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/markdown/test_tools.py b/markdown/test_tools.py
index 21ae1a7..2dc7d65 100644
--- a/markdown/test_tools.py
+++ b/markdown/test_tools.py
@@ -42,7 +42,7 @@ class TestCase(unittest.TestCase):
The `assertMarkdownRenders` method accepts the source text, the expected
output, and any keywords to pass to Markdown. The `default_kwargs` are used
- except where overridden by `kwargs`. The ouput and expected ouput are passed
+ except where overridden by `kwargs`. The output and expected output are passed
to `TestCase.assertMultiLineEqual`. An AssertionError is raised with a diff
if the actual output does not equal the expected output.