From 3f85c397248cb8fbd594ce68f66f356f26771e61 Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Sun, 24 Sep 2023 06:37:13 +0200 Subject: [PATCH] Fix language. --- bookmaker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookmaker.py b/bookmaker.py index 0de7f19..291d00b 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 that may 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