From 1aeef288fc2f0760d4d74c43982873b7ec1243a9 Mon Sep 17 00:00:00 2001 From: Jakub Wilk Date: Thu, 21 Jan 2016 22:53:07 +0100 Subject: [PATCH] Fix typo in quickstart --- sphinx/quickstart.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sphinx/quickstart.py b/sphinx/quickstart.py index 3ddc0c6f7..9a60785b4 100644 --- a/sphinx/quickstart.py +++ b/sphinx/quickstart.py @@ -399,7 +399,7 @@ epub_copyright = copyright # The format is a list of tuples containing the path and title. #epub_pre_files = [] -# HTML files shat should be inserted after the pages created by sphinx. +# HTML files that should be inserted after the pages created by sphinx. # The format is a list of tuples containing the path and title. #epub_post_files = []