diff options
author | Georg Brandl <georg@python.org> | 2011-11-01 15:23:16 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2011-11-01 15:23:16 +0100 |
commit | a88eb5f0ef3559039ac7ca13c87debb2200673bd (patch) | |
tree | b9404a22bca874d72767151aaaa80c90fafe420e /sphinx/apidoc.py | |
parent | c6833609c07523605731a5c95860d0199c5a7620 (diff) | |
download | sphinx-git-a88eb5f0ef3559039ac7ca13c87debb2200673bd.tar.gz |
Fix overlong lines.
Diffstat (limited to 'sphinx/apidoc.py')
-rw-r--r-- | sphinx/apidoc.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sphinx/apidoc.py b/sphinx/apidoc.py index 7e7f341fc..16566761b 100644 --- a/sphinx/apidoc.py +++ b/sphinx/apidoc.py @@ -8,7 +8,8 @@ creates a modules index (named modules.<suffix>). This is derived from the "sphinx-autopackage" script, which is: - Copyright 2008 Société des arts technologiques (SAT), http://www.sat.qc.ca/ + Copyright 2008 Société des arts technologiques (SAT), + http://www.sat.qc.ca/ :copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. |