提交 495a530f 编写于 作者: F Frank Lichtenheld

Documentation fixes

Signed-off-by: NFrank Lichtenheld <djpig@debian.org>
上级 7f657044
......@@ -157,7 +157,7 @@ __all__.append('Archive')
def get_archive(archive, session=None):
"""
returns database id for given c{archive}.
returns database id for given C{archive}.
@type archive: string
@param archive: the name of the arhive
......@@ -2142,7 +2142,7 @@ def get_suite(suite, session=None):
generated if not supplied)
@rtype: Suite
@return: Suite object for the requested suite name (None if not presenT)
@return: Suite object for the requested suite name (None if not present)
"""
privatetrans = False
......
......@@ -353,7 +353,7 @@ class Upload(object):
###########################################################################
def load_changes(self, filename):
"""
@rtype boolean
@rtype: boolean
@rvalue: whether the changes file was valid or not. We may want to
reject even if this is True (see what gets put in self.rejects).
This is simply to prevent us even trying things later which will
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册