diff options
author | Jason Dusek <jason.dusek@gmail.com> | 2016-05-28 12:12:01 -0700 |
---|---|---|
committer | Jason Dusek <jason.dusek@gmail.com> | 2016-05-28 18:12:41 -0700 |
commit | ba03ed5d7c68729590c824f02d3de879b2be7de7 (patch) | |
tree | 1efb40e3a413fd3b4b33023f6f26a4adf8ea3097 /sphinx/quickstart.py | |
parent | 1d17475a08c70289d4ca575090d0ee3854a53c7b (diff) | |
download | sphinx-git-ba03ed5d7c68729590c824f02d3de879b2be7de7.tar.gz |
Fix PEP-8 violation present in generated code
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 eb54ca9cf..1fd2bd626 100644 --- a/sphinx/quickstart.py +++ b/sphinx/quickstart.py @@ -219,7 +219,7 @@ html_theme = 'alabaster' # html_logo = None # The name of an image file (relative to this directory) to use as a favicon of -# the docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 +# the docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 # pixels large. # # html_favicon = None |