Skip to content
This repository was archived by the owner on Dec 21, 2023. It is now read-only.

Commit d5d4443

Browse files
author
PokestarFan
committed
Add presets
1 parent b1362c5 commit d5d4443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

markdowntable/markdowntable.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def add_column(self, name):
1616
self.columns += 1
1717
self.table += '''{}|'''.format(name)
1818

19-
def finalize_columms(self):
19+
def finalize_cols(self):
2020
finalizer = '\n|'
2121
for i in range(self.columns):
2222
finalizer += '---|'

0 commit comments

Comments
 (0)