From 4327baabfa90026499040ae8a803bdc0f13a160c Mon Sep 17 00:00:00 2001 From: David Wilson Date: Fri, 29 Sep 2017 14:15:22 +0530 Subject: [PATCH] docs: remove final references to call_with_deadline(). --- docs/howitworks.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/howitworks.rst b/docs/howitworks.rst index ec930914..96ca8852 100644 --- a/docs/howitworks.rst +++ b/docs/howitworks.rst @@ -285,7 +285,7 @@ Slaves listen on the following handles: Receives `(mod_name, class_name, func_name, args, kwargs)` 5-tuples from - :py:meth:`call_with_deadline() `, + :py:meth:`call_async() `, imports ``mod_name``, then attempts to execute `class_name.func_name(\*args, \**kwargs)`. @@ -334,7 +334,7 @@ listen on the following handles: Additional handles are created to receive the result of every function call -triggered by :py:meth:`call_with_deadline() `. +triggered by :py:meth:`call_async() `. Sentinel Value