diff --git a/docs/includes/introduction.txt b/docs/includes/introduction.txt index 77fd34d0..ad05faa2 100644 --- a/docs/includes/introduction.txt +++ b/docs/includes/introduction.txt @@ -132,7 +132,7 @@ Quick overview video_queue = Queue('video', exchange=media_exchange, routing_key='video') def process_media(body, message): - print body + print(body) message.ack() # connections