From 43d90da271ff3b3d060985e399956b351ce81ef0 Mon Sep 17 00:00:00 2001 From: Ilan Steemers Date: Fri, 18 Sep 2015 11:03:41 +0200 Subject: [PATCH] docs: typo --- docs/tasks.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tasks.rst b/docs/tasks.rst index ac88c47..d70def4 100644 --- a/docs/tasks.rst +++ b/docs/tasks.rst @@ -224,7 +224,7 @@ Reference Returns a previously executed task :param str name: the uuid or name of the task - :param in wait: optional milliseconds to wait for a result + :param int wait: optional milliseconds to wait for a result :returns: A task object :rtype: Task