Fix variable name

This commit is contained in:
Vinayak Mehta
2018-12-07 18:45:23 +05:30
parent 1f0a1c0c68
commit 8d8ca6e435
+1 -1
View File
@@ -448,7 +448,7 @@ class Table(object):
self.cells[L][J].top = True
J += 1
elif i == []: # only bottom edge
I = len(self.rows) - 1
L = len(self.rows) - 1
if k:
K = k[0]
while J < K: