From ba03ed5d7c68729590c824f02d3de879b2be7de7 Mon Sep 17 00:00:00 2001 From: Jason Dusek Date: Sat, 28 May 2016 12:12:01 -0700 Subject: [PATCH] Fix PEP-8 violation present in generated code --- sphinx/quickstart.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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