Skip to content

Commit

Permalink
Clarify "res" to "resolution"
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed Jul 15, 2024
1 parent d5df528 commit b1ed87e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinx/builders/html/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -891,7 +891,7 @@ def cleanup(self) -> None:

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)

Expand Down

0 comments on commit b1ed87e

Please sign in to comment.