Update word order

Co-Authored-By: Andrew Murray <3112309+radarhere@users.noreply.github.com>
This commit is contained in:
Hugo van Kemenade 2019-11-18 12:07:02 +02:00 committed by GitHub
parent f273da1b3e
commit f81c829e04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,7 +77,7 @@ def _save(im, fp, filename, save_all=False):
existing_pdf.start_writing()
existing_pdf.write_header()
existing_pdf.write_comment("created by Pillow PDF driver " + __version__)
existing_pdf.write_comment("created by Pillow {} PDF driver".format(__version__))
#
# pages