From 0dbcaacaeba520394e205f5fd604e45022638f31 Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" <1619840+vkbo@users.noreply.github.com> Date: Sun, 24 May 2020 18:37:32 +0200 Subject: [PATCH] Added comment --- nw/core/tokenizer.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nw/core/tokenizer.py b/nw/core/tokenizer.py index efa2e906..2fa784f5 100644 --- a/nw/core/tokenizer.py +++ b/nw/core/tokenizer.py @@ -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]