home · contact · privacy
Minor language fix.
authorChristian Heller <c.heller@plomlompom.de>
Sun, 24 Sep 2023 04:21:05 +0000 (06:21 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Sun, 24 Sep 2023 04:21:05 +0000 (06:21 +0200)
bookmaker.py

index cf562d09a367617ddab705f5c88981a77f0ea9de..5e0edb33541a7d299fc750c1d3fe6be3018b1a18 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python3
 """
 #!/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
 """
 import argparse
 import io