typo
This commit is contained in:
+1
-1
@@ -130,7 +130,7 @@ class RollTable:
|
|||||||
for ds in self._data:
|
for ds in self._data:
|
||||||
self._headers += ds.headers
|
self._headers += ds.headers
|
||||||
|
|
||||||
# identify which columsn to hide in the output by recording where a
|
# identify which columns to hide in the output by recording where a
|
||||||
# None header appears
|
# None header appears
|
||||||
self._header_excludes = []
|
self._header_excludes = []
|
||||||
for i in range(len(self._headers)):
|
for i in range(len(self._headers)):
|
||||||
|
|||||||
Reference in New Issue
Block a user