From afb32974cc39d65b54f5281dc031c0313fea09a5 Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Sun, 24 Sep 2023 06:21:05 +0200 Subject: [PATCH] Minor language fix. --- bookmaker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookmaker.py b/bookmaker.py index cf562d0..5e0edb3 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 To 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 potentially that can also be used indepéndently and for other purposes. """ import argparse import io -- 2.30.2