From e85cffab2332ad52f8c3f6faf953d32f55abcfee Mon Sep 17 00:00:00 2001 From: j-t-1 <120829237+j-t-1@users.noreply.github.com> Date: Tue, 2 Jul 2024 11:16:54 +0100 Subject: [PATCH] DOC: Amend comment with rectangle duplication (#2733) --- pypdf/constants.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pypdf/constants.py b/pypdf/constants.py index 5f4b973ba..745774e2a 100644 --- a/pypdf/constants.py +++ b/pypdf/constants.py @@ -220,10 +220,10 @@ class PageAttributes: LAST_MODIFIED = "/LastModified" # date, optional; date and time of last modification RESOURCES = "/Resources" # dictionary, required if there are any MEDIABOX = "/MediaBox" # rectangle, required; rectangle specifying page size - CROPBOX = "/CropBox" # rectangle, optional; rectangle - BLEEDBOX = "/BleedBox" # rectangle, optional; rectangle - TRIMBOX = "/TrimBox" # rectangle, optional; rectangle - ARTBOX = "/ArtBox" # rectangle, optional; rectangle + CROPBOX = "/CropBox" # rectangle, optional + BLEEDBOX = "/BleedBox" # rectangle, optional + TRIMBOX = "/TrimBox" # rectangle, optional + ARTBOX = "/ArtBox" # rectangle, optional BOX_COLOR_INFO = "/BoxColorInfo" # dictionary, optional CONTENTS = "/Contents" # stream or array, optional ROTATE = "/Rotate" # integer, optional; page rotation in degrees