Clarify "res" to "resolution"

This commit is contained in:
Adam Turner 2024-07-15 05:37:41 +01:00
parent d5df528e8c
commit b1ed87eb1c

View File

@ -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)