diff options
author | Pradyun <pradyunsg@users.noreply.github.com> | 2015-08-13 18:47:55 +0530 |
---|---|---|
committer | Pradyun <pradyunsg@users.noreply.github.com> | 2015-08-13 18:47:55 +0530 |
commit | 85e1a857f792cc4ac4e4928d9644338e403476dc (patch) | |
tree | 6fb143035d7092f760f54d53cbd3cdd36cdccfba /sphinx/quickstart.py | |
parent | ff9a3c2f805af7b474cb57a8eb08f05e9ca1843e (diff) | |
download | sphinx-git-85e1a857f792cc4ac4e4928d9644338e403476dc.tar.gz |
Fix the quoting
Oops!
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 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. |