From 10f5198fa6908a49c17a2ce13183ff7b73682ee2 Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Wed, 3 Jun 2020 10:11:23 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20ppn2ocr:=20s/contain/encapsulate?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ppn2ocr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ppn2ocr b/ppn2ocr index 109f07f..e202ea1 100755 --- a/ppn2ocr +++ b/ppn2ocr @@ -55,7 +55,7 @@ def iiif_url_for_dms_url(dms_url, ppn, size): """ Construct an IIIF URL from a dms URL. - This function exists to contain the hack of rewriting the URL to get IIIF. + This function exists to encapsulate the hack of rewriting the URL to get IIIF. """ if ppn not in dms_url: raise ValueError(f"Unexpected URL {dms_url}")