summaryrefslogtreecommitdiff
path: root/sphinx/builders/_epub_base.py
diff options
context:
space:
mode:
authorChristian Clauss <cclauss@me.com>2021-09-08 02:15:25 +0200
committerChristian Clauss <cclauss@me.com>2021-09-08 02:15:25 +0200
commit86583c578c807d449e3a9d5ee56b1e7081340629 (patch)
tree4275417d693382f62120d6f07cd9021a1b84252f /sphinx/builders/_epub_base.py
parent336605b8e4b14c5da9f4d872fb730dc6894edb77 (diff)
downloadsphinx-git-86583c578c807d449e3a9d5ee56b1e7081340629.tar.gz
Fix typos discovered by codespell
Diffstat (limited to 'sphinx/builders/_epub_base.py')
-rw-r--r--sphinx/builders/_epub_base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/builders/_epub_base.py b/sphinx/builders/_epub_base.py
index 103033478..2dfc35ecd 100644
--- a/sphinx/builders/_epub_base.py
+++ b/sphinx/builders/_epub_base.py
@@ -143,7 +143,7 @@ class EpubBuilder(StandaloneHTMLBuilder):
embedded = True
# disable download role
download_support = False
- # dont' create links to original images from images
+ # don't create links to original images from images
html_scaled_image_link = False
# don't generate search index or include search page
search = False