Skip to content

Commit

Permalink
Indent code block in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
matusvalo committed Aug 28, 2020
1 parent 8e29a7e commit 2becce3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/userguide/consumers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ acknowledge is set.
.. code-block:: python
>>> def callback(body, message):
... print(body)
... message.ack()
... print(body)
... message.ack()
>>> consumer.register_callback(callback)
Expand Down

0 comments on commit 2becce3

Please sign in to comment.