Remove rtype from task clone() doc

The sphinx docs don't seem to show this parameter
correctly when building the html docs so instead of
showing it just remove since the return type should
be pretty obvious due to the surronding text.

Change-Id: Id27c23d79d7fdbcd677ed959d9d817c796a0828c
This commit is contained in:
Joshua Harlow 2014-12-09 00:14:38 -08:00
parent bbeef0b755
commit f333e1b2aa

View File

@ -141,7 +141,6 @@ class BaseTask(atom.Atom):
when false the listeners will be emptied, when
true the listeners will be copied and retained
:rtype: task
:return: the copied task
"""
c = copy.copy(self)