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)