summaryrefslogtreecommitdiff
path: root/tests/test_syntax/blocks/test_blockquotes.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_syntax/blocks/test_blockquotes.py')
-rw-r--r--tests/test_syntax/blocks/test_blockquotes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_syntax/blocks/test_blockquotes.py b/tests/test_syntax/blocks/test_blockquotes.py
index 42eea33..3422f9f 100644
--- a/tests/test_syntax/blocks/test_blockquotes.py
+++ b/tests/test_syntax/blocks/test_blockquotes.py
@@ -28,7 +28,7 @@ class TestBlockquoteBlocks(TestCase):
def test_nesting_limit(self):
# Test that the nesting limit is within 100 levels of recursion limit. Future code changes could cause the
- # recursion limit to need adjusted here. We need to acocunt for all of Markdown's internal calls. Finally, we
+ # recursion limit to need adjusted here. We need to account for all of Markdown's internal calls. Finally, we
# need to account for the 100 level cushion which we are testing.
with recursionlimit(120):
self.assertMarkdownRenders(