summaryrefslogtreecommitdiff
path: root/markdown/extensions/codehilite.py
diff options
context:
space:
mode:
authorTim Gates <tim.gates@iress.com>2022-07-21 08:14:21 +1000
committerWaylan Limberg <waylan.limberg@icloud.com>2022-07-25 10:08:36 -0400
commiteff6c3a0415cb63bc0b38c29b5a7f584619e3c1c (patch)
tree031b721b77092115862e82881fc36b5893b556c2 /markdown/extensions/codehilite.py
parentf588d8b0f2877c6aa5ac352d27c6f37bdbd41869 (diff)
downloadpython-markdown-eff6c3a0415cb63bc0b38c29b5a7f584619e3c1c.tar.gz
docs: Fix a few typos
There are small typos in: - docs/extensions/fenced_code_blocks.md - docs/extensions/meta_data.md - markdown/extensions/codehilite.py - markdown/extensions/footnotes.py - tests/test_legacy.py Fixes: - Should read `delimiters` rather than `deliminators`. - Should read `shebang` rather than `sheband`. - Should read `processing` rather than `proccesing`. - Should read `backslash` rather than `blackslash`. Signed-off-by: Tim Gates <tim.gates@iress.com>
Diffstat (limited to 'markdown/extensions/codehilite.py')
-rw-r--r--markdown/extensions/codehilite.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/markdown/extensions/codehilite.py b/markdown/extensions/codehilite.py
index a54ba21..a1e9dc3 100644
--- a/markdown/extensions/codehilite.py
+++ b/markdown/extensions/codehilite.py
@@ -182,7 +182,7 @@ class CodeHilite:
def _parseHeader(self):
"""
Determines language of a code block from shebang line and whether the
- said line should be removed or left in place. If the sheband line
+ said line should be removed or left in place. If the shebang line
contains a path (even a single /) then it is assumed to be a real
shebang line and left alone. However, if no path is given
(e.i.: #!python or :::python) then it is assumed to be a mock shebang