From d06f9ec48f31309c5709802a6f6c9be7920368bd Mon Sep 17 00:00:00 2001
From: Christian Heller <c.heller@plomlompom.de>
Date: Sun, 24 Sep 2023 06:21:35 +0200
Subject: [PATCH] Minor language improvements.

---
 bookmaker.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bookmaker.py b/bookmaker.py
index 5e0edb3..d23c20d 100755
--- a/bookmaker.py
+++ b/bookmaker.py
@@ -1,6 +1,6 @@
 #!/usr/bin/env python3
 """
-bookmaker.py is a helper for optimizing PDFs of books for the production of small self-printed, self-bound physical books  Towards this goal it offers various PDF manipulation options potentially that can also be used indepéndently and for other purposes.
+bookmaker.py is a helper for optimizing PDFs of books for the production of small self-printed, self-bound physical books  Towards this goal it offers various PDF manipulation options that may also be used indepéndently and for other purposes.
 """
 import argparse
 import io
-- 
2.30.2