From b1ed87eb1c7d9d3ba6f4b587df68f4a873ade8da Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+aa-turner@users.noreply.github.com> Date: Mon, 15 Jul 2024 05:37:41 +0100 Subject: [PATCH] Clarify "res" to "resolution" --- sphinx/builders/html/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sphinx/builders/html/__init__.py b/sphinx/builders/html/__init__.py index cebb4d79e..be8bf0ccb 100644 --- a/sphinx/builders/html/__init__.py +++ b/sphinx/builders/html/__init__.py @@ -891,7 +891,7 @@ class StandaloneHTMLBuilder(Builder): def post_process_images(self, doctree: Node) -> None: """Pick the best candidate for an image and link down-scaled images to - their high res version. + their high resolution version. """ super().post_process_images(doctree)