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.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/test_syntax/blocks/test_html_blocks.py b/tests/test_syntax/blocks/test_html_blocks.py
index 0ee47b6..9ec0668 100644
--- a/tests/test_syntax/blocks/test_html_blocks.py
+++ b/tests/test_syntax/blocks/test_html_blocks.py
@@ -1546,7 +1546,7 @@ class TestHTMLBlocks(TestCase):
)
def test_hr_start_and_end(self):
- # Browers ignore ending hr tags, so we don't try to do anything to handle them special.
+ # Browsers ignore ending hr tags, so we don't try to do anything to handle them special.
self.assertMarkdownRenders(
self.dedent(
"""
@@ -1566,7 +1566,7 @@ class TestHTMLBlocks(TestCase):
)
def test_hr_only_end(self):
- # Browers ignore ending hr tags, so we don't try to do anything to handle them special.
+ # Browsers ignore ending hr tags, so we don't try to do anything to handle them special.
self.assertMarkdownRenders(
self.dedent(
"""
@@ -1585,7 +1585,7 @@ class TestHTMLBlocks(TestCase):
)
def test_hr_with_content(self):
- # Browers ignore ending hr tags, so we don't try to do anything to handle them special.
+ # Browsers ignore ending hr tags, so we don't try to do anything to handle them special.
# Content is not allowed and will be treated as normal content between two hr tags.
self.assertMarkdownRenders(
self.dedent(