From d34c288372f98184536bd79885e1931851636ce5 Mon Sep 17 00:00:00 2001 From: Egor Kondrashov <55659563+e-kondr01@users.noreply.github.com> Date: Fri, 12 Jan 2024 19:11:43 +0300 Subject: [PATCH] Add channel definition code to 1-introduction.rst To sync aio-pika's tutorial example with official tutorial's example --- docs/source/rabbitmq-tutorial/1-introduction.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/rabbitmq-tutorial/1-introduction.rst b/docs/source/rabbitmq-tutorial/1-introduction.rst index 1197cdf1..73aefe96 100644 --- a/docs/source/rabbitmq-tutorial/1-introduction.rst +++ b/docs/source/rabbitmq-tutorial/1-introduction.rst @@ -123,7 +123,7 @@ thing we need to do is to establish a connection with RabbitMQ server. .. literalinclude:: examples/1-introduction/send.py :language: python - :lines: 5-8 + :lines: 5-12 We're connected now, to a broker on the local machine - hence the localhost. If we wanted to connect to a broker on a different machine we'd simply specify