From 19869da0870de6939f2dd2176eb274d8cbcefd19 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Wed, 27 Sep 2017 13:52:05 +0530 Subject: [PATCH] issue #20: Return type fix. --- docs/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.rst b/docs/api.rst index 7b0071d9..b1c2ef3d 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -124,7 +124,7 @@ contexts. Timeout in seconds. :return: - `(receiver, msg)` + `(receiver, (msg, data))` .. py:method:: __bool__ ()