From bcb255f91545d11ca5174727be78e0d858d32ecc Mon Sep 17 00:00:00 2001 From: Amal Murali Date: Mon, 7 May 2018 15:55:23 +0530 Subject: Fix typo. --- markdown/blockprocessors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/markdown/blockprocessors.py b/markdown/blockprocessors.py index 223520f..db9add5 100644 --- a/markdown/blockprocessors.py +++ b/markdown/blockprocessors.py @@ -6,7 +6,7 @@ This parser handles basic parsing of Markdown blocks. It doesn't concern itself with inline elements such as **bold** or *italics*, but rather just catches blocks, lists, quotes, etc. -The BlockParser is made up of a bunch of BlockProssors, each handling a +The BlockParser is made up of a bunch of BlockProcessors, each handling a different type of block. Extensions may add/replace/remove BlockProcessors as they need to alter how markdown blocks are parsed. """ -- cgit v1.2.3