From 8d8ca6e4358fce6683c5d5061be811ac0b45dac0 Mon Sep 17 00:00:00 2001 From: Vinayak Mehta Date: Fri, 7 Dec 2018 18:45:23 +0530 Subject: [PATCH] Fix variable name --- camelot/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/camelot/core.py b/camelot/core.py index f11fcc1..ac63e54 100644 --- a/camelot/core.py +++ b/camelot/core.py @@ -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: