From 85e1a857f792cc4ac4e4928d9644338e403476dc Mon Sep 17 00:00:00 2001 From: Pradyun Date: Thu, 13 Aug 2015 18:47:55 +0530 Subject: [PATCH] Fix the quoting Oops! --- sphinx/quickstart.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sphinx/quickstart.py b/sphinx/quickstart.py index 7ee78518f..c8c46fabf 100644 --- a/sphinx/quickstart.py +++ b/sphinx/quickstart.py @@ -476,7 +476,7 @@ The '$(SPHINXBUILD)' command was not found. Make sure you have Sphinx \ installed, then set the SPHINXBUILD environment variable to point \ to the full path of the '$(SPHINXBUILD)' executable. Alternatively you \ can add the directory with the executable to your PATH. \ -If you don\'t have Sphinx installed, grab it from http://sphinx-doc.org/) +If you don\\'t have Sphinx installed, grab it from http://sphinx-doc.org/) endif # Internal variables.