diff options
author | Raymond Sun <raymondsun33@gmail.com> | 2021-06-12 00:19:12 +1000 |
---|---|---|
committer | Raymond Sun <raymondsun33@gmail.com> | 2021-06-12 00:19:12 +1000 |
commit | 17114d7741e8f2c32d477c09f2bae7affd95bba8 (patch) | |
tree | c15579a33b2a2f259bcf52ef4c501046e90a8699 /sphinx/cmd/quickstart.py | |
parent | 81049deed6a9daaa887abd3cbf217237e225302d (diff) | |
download | sphinx-git-17114d7741e8f2c32d477c09f2bae7affd95bba8.tar.gz |
Edit message
Diffstat (limited to 'sphinx/cmd/quickstart.py')
-rw-r--r-- | sphinx/cmd/quickstart.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/cmd/quickstart.py b/sphinx/cmd/quickstart.py index 1b2eacc95..359355ad1 100644 --- a/sphinx/cmd/quickstart.py +++ b/sphinx/cmd/quickstart.py @@ -220,7 +220,7 @@ def ask_user(d: Dict) -> None: print() print(bold(__('Error: an existing conf.py has been found in the ' 'selected root path.'))) - print(__('sphinx-quickstart will not overwrite existing Sphinx projects. Try another directory?')) + print(__('sphinx-quickstart will not overwrite existing Sphinx projects.')) print() sys.exit(1) |