diff options
author | Jakub Wilk <jwilk@jwilk.net> | 2016-01-21 22:53:07 +0100 |
---|---|---|
committer | shimizukawa <shimizukawa@gmail.com> | 2016-01-22 09:07:54 +0900 |
commit | 1aeef288fc2f0760d4d74c43982873b7ec1243a9 (patch) | |
tree | 4f4b475947e797c0a8f159fe9b5a85324ef2b78b /sphinx/quickstart.py | |
parent | 43c77a2838538e87b485d2d4c17150f61c1b2672 (diff) | |
download | sphinx-git-1aeef288fc2f0760d4d74c43982873b7ec1243a9.tar.gz |
Fix typo in quickstart
Diffstat (limited to 'sphinx/quickstart.py')
-rw-r--r-- | sphinx/quickstart.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 = [] |