Skip to content
Snippets Groups Projects
Commit 952fdf1a authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

docs fix

parent f0de792d
No related branches found
No related tags found
No related merge requests found
Pipeline #63901 passed with stages
in 2 minutes and 26 seconds
...@@ -45,7 +45,7 @@ Now it's time to send a message: ...@@ -45,7 +45,7 @@ Now it's time to send a message:
.. code-block:: python .. code-block:: python
from coolamqp.objects import Message from coolamqp.objects import Message
c.publish(Message(b'my bag of bytes'), confirm=True).result() c.publish(Message(b'my bag of bytes'), routing_key='my-named-queue', confirm=True).result()
Without the confirm flag, publish would not return the future. Without the confirm flag, publish would not return the future.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment