Skip to content

Commit b1ed87e

Browse files
committed
Clarify "res" to "resolution"
1 parent d5df528 commit b1ed87e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sphinx/builders/html/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -891,7 +891,7 @@ def cleanup(self) -> None:
891891

892892
def post_process_images(self, doctree: Node) -> None:
893893
"""Pick the best candidate for an image and link down-scaled images to
894-
their high res version.
894+
their high resolution version.
895895
"""
896896
super().post_process_images(doctree)
897897

0 commit comments

Comments
 (0)