Skip to content

Commit

Permalink
docs: Fix incorrect import in User Guide example
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick M. Niedzielski <[email protected]>
  • Loading branch information
pniedzielski committed Dec 13, 2023
1 parent 2e3f6d9 commit 0a1a75b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ The `Session.post` optionally also takes an ``on_ack`` callback if the user want
receive an acknowledgment for the message being posted. This ``on_ack`` callback will
be invoked with the result of the post. ::

from blazingmq
import blazingmq

def on_ack_callback(ack):
if ack.status != blazingmq.AckStatus.SUCCESS:
Expand Down

0 comments on commit 0a1a75b

Please sign in to comment.