From f333e1b2aacd8d5ed8efca76af6fc6d2e4535538 Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Tue, 9 Dec 2014 00:14:38 -0800 Subject: [PATCH] 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 --- taskflow/task.py | 1 - 1 file changed, 1 deletion(-) diff --git a/taskflow/task.py b/taskflow/task.py index c34a13bf..a3d54e9a 100644 --- a/taskflow/task.py +++ b/taskflow/task.py @@ -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)