From 9d73d7b0845cc14d9592daa05b87e2e5b21e9372 Mon Sep 17 00:00:00 2001 From: Marios Zindilis Date: Sun, 14 Oct 2018 22:06:55 +0100 Subject: Fixed typo. --- docs/test_tools.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.1