summaryrefslogtreecommitdiff
path: root/markdown/extensions/tables.py
diff options
context:
space:
mode:
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])