diff options
author | Edward Betts <edward@4angle.com> | 2018-01-13 09:25:40 +0000 |
---|---|---|
committer | Waylan Limberg <waylan.limberg@icloud.com> | 2018-01-13 11:42:50 -0500 |
commit | 3fad73031e544de6c9f74621de923da3806a6c21 (patch) | |
tree | c9c4c6524f6d46627856d46a5caf011b9e293b2e /tests/test_syntax | |
parent | 6d1537ac5e528db9e91cf905f507bb409e546d2c (diff) | |
download | markdown-3fad73031e544de6c9f74621de923da3806a6c21.tar.gz markdown-3fad73031e544de6c9f74621de923da3806a6c21.tar.bz2 markdown-3fad73031e544de6c9f74621de923da3806a6c21.zip |
Correct spelling mistakes.
Diffstat (limited to 'tests/test_syntax')
-rw-r--r-- | tests/test_syntax/blocks/test_headers.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_syntax/blocks/test_headers.py b/tests/test_syntax/blocks/test_headers.py index 63e3a7f..5164887 100644 --- a/tests/test_syntax/blocks/test_headers.py +++ b/tests/test_syntax/blocks/test_headers.py @@ -561,7 +561,7 @@ class TestHashHeaders(TestCase): '<h6># This is an H6</h6>' ) - # TODO: Possably change the following behavior. While this follows the behavior + # TODO: Possibly change the following behavior. While this follows the behavior # of markdown.pl, it is rather uncommon and not nessecarily intuitive. # See: http://johnmacfarlane.net/babelmark2/?normalize=1&text=%23+This+is+an+H1+%23+ def test_hash_h1_closed_trailing_space(self): |