From a13d7f1deb5db7f0a59dfa7236e135686ef16139 Mon Sep 17 00:00:00 2001 From: Nathan TeBlunthuis Date: Thu, 29 May 2025 18:25:08 -0700 Subject: [PATCH] typo fix. --- wikiq | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wikiq b/wikiq index 2631852..b930b4a 100755 --- a/wikiq +++ b/wikiq @@ -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)):