diff options
| author | Georg Brandl <georg@python.org> | 2012-03-10 21:39:40 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2012-03-10 21:39:40 +0100 |
| commit | e0d965491227c950200cbb3c674823bf6290d34f (patch) | |
| tree | 8a034636fecb61058bb4f1189c1c470720fb9f7f /sphinx/setup_command.py | |
| parent | e1c220cae563aeb1b2520e4325384f0a95657873 (diff) | |
| download | sphinx-e0d965491227c950200cbb3c674823bf6290d34f.tar.gz | |
Fix code style nits.
Diffstat (limited to 'sphinx/setup_command.py')
| -rw-r--r-- | sphinx/setup_command.py | 2 |
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: |
