summaryrefslogtreecommitdiff
path: root/markdown/test_tools.py
diff options
context:
space:
mode:
authorKian-Meng Ang <kianmeng@cpan.org>2022-04-02 17:16:10 +0800
committerWaylan Limberg <waylan.limberg@icloud.com>2022-04-10 15:13:22 -0400
commitf6ca75429562cfa7df333b3529838679e4bfd443 (patch)
treefa2ec9f694d39c96662ebaf2f6e67fcb2e4c51f0 /markdown/test_tools.py
parent383de86c64101b8d14768d9a247c9efc97d703bd (diff)
downloadpython-markdown-f6ca75429562cfa7df333b3529838679e4bfd443.tar.gz
Fix typos and remove trailing spaces
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 2dc7d65..2ce0e74 100644
--- a/markdown/test_tools.py
+++ b/markdown/test_tools.py
@@ -195,7 +195,7 @@ class LegacyTestCase(unittest.TestCase, metaclass=LegacyTestMeta):
text-based test files and define various behaviors/defaults for those tests.
The following properties are supported:
- location: A path to the directory fo test files. An absolute path is preferred.
+ location: A path to the directory of test files. An absolute path is preferred.
exclude: A list of tests to exclude. Each test name should comprise the filename
without an extension.
normalize: A boolean value indicating if the HTML should be normalized.