From e392dd548e0f6bb1b947ce90ac85f76012c38b53 Mon Sep 17 00:00:00 2001 From: Cheryl Sabella Date: Fri, 21 Jun 2019 07:54:41 -0400 Subject: [PATCH] Fix typo --- sphinx/builders/html.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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