typo fix.

This commit is contained in:
Nathan TeBlunthuis 2025-05-29 18:25:08 -07:00
parent ffbd180001
commit a13d7f1deb

2
wikiq
View File

@ -672,7 +672,7 @@ class WikiqParser:
cols = []
first = rg[0]
for col in first:
cols.appnd([col])
cols.append([col])
for row in rg[1:]:
for j in range(len(cols)):