summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarios Zindilis <marios@zindilis.com>2018-10-14 22:06:55 +0100
committerWaylan Limberg <waylan.limberg@icloud.com>2018-10-14 18:09:40 -0400
commit9d73d7b0845cc14d9592daa05b87e2e5b21e9372 (patch)
tree5ca38744550b7afa1683e989319a88ab2b0811b4
parent042bd0b10ee3f334e385db7bde5c53d847549e38 (diff)
downloadpython-markdown-9d73d7b0845cc14d9592daa05b87e2e5b21e9372.tar.gz
Fixed typo.
-rw-r--r--docs/test_tools.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/test_tools.md b/docs/test_tools.md
index c2d5951..7b99588 100644
--- a/docs/test_tools.md
+++ b/docs/test_tools.md
@@ -3,7 +3,7 @@ title: Test Tools
# Test Tools
Python-Markdown provides some testing tools which simplify testing actual
-Markdown output again expected output. The tools are built on the Python
+Markdown output against expected output. The tools are built on the Python
standard library [`unittest`][unittest]. Therefore, no additional libraries are
required. While Python-Markdown uses the tools for its own tests, they were
designed and built so that third party extensions could use them as well.