diff options
author | Georg Brandl <georg@python.org> | 2012-10-28 17:57:40 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-10-28 17:57:40 +0100 |
commit | 883887b57bbf40902baa4791e59a2821d813abeb (patch) | |
tree | 52749851075540891ad16ac16f6d9a6ad7272695 /sphinx/apidoc.py | |
parent | 5d7b75fbb0d8712cf3449c1a699c64f5ca6e749d (diff) | |
download | sphinx-git-883887b57bbf40902baa4791e59a2821d813abeb.tar.gz |
Changelog and style fixes for PR#75.
Diffstat (limited to 'sphinx/apidoc.py')
-rw-r--r-- | sphinx/apidoc.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sphinx/apidoc.py b/sphinx/apidoc.py index 0f937108d..78ba88774 100644 --- a/sphinx/apidoc.py +++ b/sphinx/apidoc.py @@ -249,8 +249,8 @@ Note: By default this script will not overwrite already created files.""") help='Overwrite all files') parser.add_option('-l', '--follow-links', action='store_true', dest='followlinks', default=False, - help='Follow symbolic links. Powerful when combined ' \ - 'with collective.recipe.omelette.') + help='Follow symbolic links. Powerful when combined ' + 'with collective.recipe.omelette.') parser.add_option('-n', '--dry-run', action='store_true', dest='dryrun', help='Run the script without creating files') parser.add_option('-T', '--no-toc', action='store_true', dest='notoc', |