From ac3d52809c01cccde94eb7fce3ab725432a39053 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Wed, 6 Apr 2022 07:27:32 +1000 Subject: [PATCH] DOC: Fix typo: signifigance -> significance (#538) Closes #537 --- PyPDF2/xmp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PyPDF2/xmp.py b/PyPDF2/xmp.py index 7ba62f0dd..79b117044 100644 --- a/PyPDF2/xmp.py +++ b/PyPDF2/xmp.py @@ -217,7 +217,7 @@ def get(self): dc_date = property(_getter_seq(DC_NAMESPACE, "date", _converter_date)) """ - A sorted array of dates (datetime.datetime instances) of signifigance to + A sorted array of dates (datetime.datetime instances) of significance to the resource. The dates and times are in UTC. """