summaryrefslogtreecommitdiff
path: root/sphinx/apidoc.py
diff options
context:
space:
mode:
Diffstat (limited to 'sphinx/apidoc.py')
-rw-r--r--sphinx/apidoc.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/sphinx/apidoc.py b/sphinx/apidoc.py
index e48a527a5..0fca17d81 100644
--- a/sphinx/apidoc.py
+++ b/sphinx/apidoc.py
@@ -384,8 +384,8 @@ Note: By default this script will not overwrite already created files.""")
text += ' %s\n' % module
d = dict(
path = opts.destdir,
- sep = False,
- dot = '_',
+ sep = False,
+ dot = '_',
project = opts.header,
author = opts.author or 'Author',
version = opts.version or '',