summaryrefslogtreecommitdiff
path: root/tests/test_syntax/blocks/test_html_blocks.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_syntax/blocks/test_html_blocks.py')
-rw-r--r--tests/test_syntax/blocks/test_html_blocks.py2
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)