summaryrefslogtreecommitdiff
path: root/sphinx/setup_command.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2012-03-10 21:39:40 +0100
committerGeorg Brandl <georg@python.org>2012-03-10 21:39:40 +0100
commite0d965491227c950200cbb3c674823bf6290d34f (patch)
tree8a034636fecb61058bb4f1189c1c470720fb9f7f /sphinx/setup_command.py
parente1c220cae563aeb1b2520e4325384f0a95657873 (diff)
downloadsphinx-e0d965491227c950200cbb3c674823bf6290d34f.tar.gz
Fix code style nits.
Diffstat (limited to 'sphinx/setup_command.py')
-rw-r--r--sphinx/setup_command.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/setup_command.py b/sphinx/setup_command.py
index c001b58c..2a8b2ed2 100644
--- a/sphinx/setup_command.py
+++ b/sphinx/setup_command.py
@@ -127,7 +127,7 @@ class BuildDoc(Command):
status_stream = sys.stdout
confoverrides = {}
if self.project:
- confoverrides['project'] = self.project
+ confoverrides['project'] = self.project
if self.version:
confoverrides['version'] = self.version
if self.release: