diff options
author | Cheryl Sabella <cheryl.sabella@gmail.com> | 2019-06-21 07:54:41 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-21 07:54:41 -0400 |
commit | e392dd548e0f6bb1b947ce90ac85f76012c38b53 (patch) | |
tree | 2b815e197ed5deb7a6433cecc483dc75a5c13a05 /sphinx/builders/html.py | |
parent | b325a1de2b0ec5c897788781026096db60e640f4 (diff) | |
download | sphinx-git-e392dd548e0f6bb1b947ce90ac85f76012c38b53.tar.gz |
Fix typo
Diffstat (limited to 'sphinx/builders/html.py')
-rw-r--r-- | sphinx/builders/html.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/builders/html.py b/sphinx/builders/html.py index c6184d139..1a10281b2 100644 --- a/sphinx/builders/html.py +++ b/sphinx/builders/html.py @@ -49,7 +49,7 @@ from sphinx.util.osutil import os_path, relative_uri, ensuredir, movefile, copyf from sphinx.util.tags import Tags from sphinx.writers.html import HTMLWriter, HTMLTranslator -# HTML5 Writer is avialable or not +# HTML5 Writer is available or not if is_html5_writer_available(): from sphinx.writers.html5 import HTML5Translator html5_ready = True |