diff options
| author | Waylan Limberg <waylan.limberg@icloud.com> | 2023-04-06 19:21:46 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-06 19:21:46 -0400 |
| commit | 07b8b2c90a92c20fb0740d5527c6a219d2afb7ae (patch) | |
| tree | 5f8058c02c96082ca21072698fc46a09e7c36a20 /tests/test_syntax/blocks | |
| parent | be1c2839dd587a858f91c710e56667cba9f5329d (diff) | |
| download | python-markdown-07b8b2c90a92c20fb0740d5527c6a219d2afb7ae.tar.gz | |
Use pyspelling to check spelling.
In addition to checking the spelling in our documentation, we are now also checking the spelling of the README.md and similar files as well as comments in our Python code.
Diffstat (limited to 'tests/test_syntax/blocks')
| -rw-r--r-- | tests/test_syntax/blocks/test_html_blocks.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_syntax/blocks/test_html_blocks.py b/tests/test_syntax/blocks/test_html_blocks.py index 9ec0668..8623b30 100644 --- a/tests/test_syntax/blocks/test_html_blocks.py +++ b/tests/test_syntax/blocks/test_html_blocks.py @@ -1611,7 +1611,7 @@ class TestHTMLBlocks(TestCase): def test_placeholder_in_source(self): # This should never occur, but third party extensions could create weird edge cases. md = markdown.Markdown() - # Ensure there is an htmlstash so relevant code (nested in `if replacements`) is run. + # Ensure there is an `htmlstash` so relevant code (nested in `if replacements`) is run. md.htmlStash.store('foo') # Run with a placeholder which is not in the stash placeholder = md.htmlStash.get_placeholder(md.htmlStash.html_counter + 1) |
