From b97655442a165d6ceba306643e0e2dde084fdce8 Mon Sep 17 00:00:00 2001
From: Christian Heller <c.heller@plomlompom.de>
Date: Sun, 24 Sep 2023 06:36:23 +0200
Subject: [PATCH] Fix documentation of bookmaker.py.

---
 bookmaker.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bookmaker.py b/bookmaker.py
index 0645378..0de7f19 100755
--- a/bookmaker.py
+++ b/bookmaker.py
@@ -73,9 +73,9 @@ The --nup4 quartering puts pages into a specific order optimized for no-tumble d
 
  (front)      (back)
 +-------+   +-------+
-| 4 | 1 |   | 3 | 2 |
+| 4 | 1 |   | 2 | 3 |
 |-------|   |-------|
-| 8 | 5 |   | 7 | 6 |
+| 8 | 5 |   | 6 | 7 |
 +-------+   +-------+
 
 To facilitate this layout, --nup4 also pads the input PDF pages to a total number that is a multiple of 8, by adding empty pages if necessary.
-- 
2.30.2