mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix speling.
This commit is contained in:
parent
92f420bd22
commit
adfb8c2668
@ -570,7 +570,7 @@ class StandaloneHTMLBuilder(Builder):
|
||||
|
||||
def post_process_images(self, doctree):
|
||||
"""
|
||||
Pick the best candiate for an image and link down-scaled images to
|
||||
Pick the best candidate for an image and link down-scaled images to
|
||||
their high res version.
|
||||
"""
|
||||
Builder.post_process_images(self, doctree)
|
||||
|
@ -710,7 +710,7 @@ class BuildEnvironment:
|
||||
for node in doctree.traverse(nodes.image):
|
||||
# Map the mimetype to the corresponding image. The writer may
|
||||
# choose the best image from these candidates. The special key * is
|
||||
# set if there is only single candiate to be used by a writer.
|
||||
# set if there is only single candidate to be used by a writer.
|
||||
# The special key ? is set for nonlocal URIs.
|
||||
node['candidates'] = candidates = {}
|
||||
imguri = node['uri']
|
||||
|
Loading…
Reference in New Issue
Block a user