From 6e1d836a0ee6131b330a493d09d4aeba4a90b754 Mon Sep 17 00:00:00 2001 From: "Unai I." <72508418+gbe3hunna@users.noreply.github.com> Date: Mon, 11 Nov 2024 09:22:51 +0100 Subject: [PATCH] Fix typo in docs --- docs/source/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index 43ee4596..b07b4c72 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -128,7 +128,7 @@ For ``aio_pika.RobustConnection`` class is applicable all ``aio_pika.Connection` * ``fail_fast`` (``true``/``yes``/``y``/``enable``/``on``/``enabled``/``1`` means ``True``, otherwise ``False``) - special behavior for the start connection attempt, if it fails, all other attempts stops and an exception will be thrown at the connection stage. Enabled by default, if you are sure you need to disable this feature, be ensures - for the passed URL is reallt working. Otherwise, your program will go into endless reconnection attempts that can + for the passed URL is really working. Otherwise, your program will go into endless reconnection attempts that can not be successed. .. _RFC 8305: https://datatracker.ietf.org/doc/html/rfc8305.html