From 896624294cdac27b73bf2f603fa546011ac1c393 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Tue, 29 Jan 2013 12:20:52 -0500 Subject: [PATCH] pdf-merge.py: Fix 'perserving' -> 'preserving' typo in module doctest --- posts/PDF_bookmarks_with_Ghostscript/pdf-merge.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.26.2