Added comment

This commit is contained in:
Veronica K. B. Olsen
2020-05-24 18:37:32 +02:00
parent fb6e3f692e
commit 0dbcaacaeb
+2
View File
@@ -540,6 +540,8 @@ class Tokenizer():
tToken[0], tToken[1], tToken[2], tToken[3] | self.A_PBA
)
# A single page is always left-aligned and starts on a fresh
# page, unless it's empty.
if self.isPage:
for n, tToken in enumerate(self.theTokens):
tType = tToken[0]