summaryrefslogtreecommitdiff
path: root/markdown/extensions/tables.py
diff options
context:
space:
mode:
authorFlorian Best <best@univention.de>2022-03-18 10:36:20 +0100
committerWaylan Limberg <waylan.limberg@icloud.com>2022-03-18 09:41:43 -0400
commit383de86c64101b8d14768d9a247c9efc97d703bd (patch)
treec16379b57d88cf8531043ee0a1284dcef105adcb /markdown/extensions/tables.py
parentaf38c42706f8dff93694d4a7572003dbd8b0ddc0 (diff)
downloadpython-markdown-383de86c64101b8d14768d9a247c9efc97d703bd.tar.gz
[style]: fix various typos in docstrings and comments
Diffstat (limited to 'markdown/extensions/tables.py')
-rw-r--r--markdown/extensions/tables.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/markdown/extensions/tables.py b/markdown/extensions/tables.py
index 4b027bb..0a9d084 100644
--- a/markdown/extensions/tables.py
+++ b/markdown/extensions/tables.py
@@ -200,7 +200,7 @@ class TableProcessor(BlockProcessor):
if not throw_out:
good_pipes.append(pipe)
- # Split row according to table delimeters.
+ # Split row according to table delimiters.
pos = 0
for pipe in good_pipes:
elements.append(row[pos:pipe])