From e742855e2710dd39154c656656739e55ba9952a6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl>
Date: Wed, 13 Nov 2024 14:29:18 +0100
Subject: [PATCH] argumentify added

---
 docs/tutorials.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/tutorials.rst b/docs/tutorials.rst
index 0e69933..2f82180 100644
--- a/docs/tutorials.rst
+++ b/docs/tutorials.rst
@@ -19,8 +19,8 @@ First we need to connect to the server. Let's assume you have configured a virtu
 
 Then we'll need to declare a queue:
 
-
 .. code-block:: python
+
     from coolamqp.objects import Queue
 
     queue = Queue('my-named-queue')
-- 
GitLab