From: W. Trevor King Date: Tue, 29 Jan 2013 17:20:52 +0000 (-0500) Subject: pdf-merge.py: Fix 'perserving' -> 'preserving' typo in module doctest X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8966242;p=blog.git pdf-merge.py: Fix 'perserving' -> 'preserving' typo in module doctest --- diff --git a/posts/PDF_bookmarks_with_Ghostscript/pdf-merge.py b/posts/PDF_bookmarks_with_Ghostscript/pdf-merge.py index 14a4412..5c80fe2 100755 --- a/posts/PDF_bookmarks_with_Ghostscript/pdf-merge.py +++ b/posts/PDF_bookmarks_with_Ghostscript/pdf-merge.py @@ -16,7 +16,7 @@ # License along with this program. If not, see # . -"""Merge PDFs perserving bookmarks. +"""Merge PDFs preserving bookmarks. Thanks to Larry Cai for suggesting that Unicode be supported and for discussion about the `--pdfmarks` option.