mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-04 15:38:43 +00:00
Fix some docstrings
This commit is contained in:
parent
74ed19b5f2
commit
567a42b0ec
4 changed files with 13 additions and 12 deletions
|
@ -37,7 +37,7 @@ master_doc = 'index'
|
|||
|
||||
# General substitutions.
|
||||
project = 'Deluge'
|
||||
copyright = '2008, Andrew Resch'
|
||||
copyright = '2008-2009, Deluge Team'
|
||||
|
||||
# The default replacements for |version| and |release|, also used in various
|
||||
# other places throughout the built documents.
|
||||
|
@ -159,7 +159,7 @@ htmlhelp_basename = 'delugedoc'
|
|||
# (source start file, target name, title, author, document class [howto/manual]).
|
||||
latex_documents = [
|
||||
('index', 'deluge.tex', 'deluge Documentation',
|
||||
'Andrew Resch', 'manual'),
|
||||
'Deluge Team', 'manual'),
|
||||
]
|
||||
|
||||
# The name of an image file (relative to this directory) to place at the top of
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue