Merge pull request #221 from socialcopsdev/fix-217
[MRG] Fix variable name
This commit is contained in:
+1
-1
@@ -448,7 +448,7 @@ class Table(object):
|
|||||||
self.cells[L][J].top = True
|
self.cells[L][J].top = True
|
||||||
J += 1
|
J += 1
|
||||||
elif i == []: # only bottom edge
|
elif i == []: # only bottom edge
|
||||||
I = len(self.rows) - 1
|
L = len(self.rows) - 1
|
||||||
if k:
|
if k:
|
||||||
K = k[0]
|
K = k[0]
|
||||||
while J < K:
|
while J < K:
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 8.2 KiB After Width: | Height: | Size: 8.2 KiB |
Reference in New Issue
Block a user