aboutsummaryrefslogtreecommitdiffstats
path: root/markdown/preprocessors.py
diff options
context:
space:
mode:
authorEdward Betts <edward@4angle.com>2018-01-13 09:25:40 +0000
committerWaylan Limberg <waylan.limberg@icloud.com>2018-01-13 11:42:50 -0500
commit3fad73031e544de6c9f74621de923da3806a6c21 (patch)
treec9c4c6524f6d46627856d46a5caf011b9e293b2e /markdown/preprocessors.py
parent6d1537ac5e528db9e91cf905f507bb409e546d2c (diff)
downloadmarkdown-3fad73031e544de6c9f74621de923da3806a6c21.tar.gz
markdown-3fad73031e544de6c9f74621de923da3806a6c21.tar.bz2
markdown-3fad73031e544de6c9f74621de923da3806a6c21.zip
Correct spelling mistakes.
Diffstat (limited to 'markdown/preprocessors.py')
-rw-r--r--markdown/preprocessors.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/markdown/preprocessors.py b/markdown/preprocessors.py
index d0af51a..8c87ecf 100644
--- a/markdown/preprocessors.py
+++ b/markdown/preprocessors.py
@@ -44,7 +44,7 @@ class Preprocessor(util.Processor):
class NormalizeWhitespace(Preprocessor):
- """ Normalize whitespace for consistant parsing. """
+ """ Normalize whitespace for consistent parsing. """
def run(self, lines):
source = '\n'.join(lines)