From 06303fff9b7e4ab7520509e832e25ec99aee7422 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Fri, 3 Jan 2020 16:32:07 +0100 Subject: [PATCH] docs fixed --- docs/tutorial.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorial.rst b/docs/tutorial.rst index f1201ed..7bfea42 100644 --- a/docs/tutorial.rst +++ b/docs/tutorial.rst @@ -56,8 +56,8 @@ _no_ack=False_ will mean that we have to manually confirm messages. You can specify a callback, that will be called with a message if one's received by this consumer. Since we did not do that, this will go to a generic queue belonging to _Cluster_. -.. autoclass: coolamqp.clustering.Cluster -:members: +.. autoclass:: coolamqp.clustering.Cluster + :members: _consumer_ is a _Consumer_ object. This allows us to do some things with the consumer (such as setting QoS), but most importantly it allows us to cancel it later. _consume_confirm_ is a _Future_, that will succeed -- GitLab