Merge pull request #221 from socialcopsdev/fix-217

[MRG] Fix variable name
pull/2/head
Vinayak Mehta 2018-12-07 20:51:13 +05:30 committed by GitHub
commit 423e5f8aad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

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:

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.2 KiB

After

Width:  |  Height:  |  Size: 8.2 KiB