From dc76fa68f5def18f1e47287c05d0561bae1201ca Mon Sep 17 00:00:00 2001 From: Sylvain Date: Fri, 15 May 2020 19:56:04 +0200 Subject: [PATCH] Fix typo --- messenger.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/messenger.rst b/messenger.rst index a20578e9660..bb815485192 100644 --- a/messenger.rst +++ b/messenger.rst @@ -1012,7 +1012,7 @@ stream_max_entries The maximum number of entries which ``0`` (which means "n In Memory Transport ~~~~~~~~~~~~~~~~~~~ -The ``in-memory`` transport does not actually delivery messages. Instead, it +The ``in-memory`` transport does not actually deliver messages. Instead, it holds them in memory during the request, which can be useful for testing. For example, if you have an ``async_priority_normal`` transport, you could override it in the ``test`` environment to use this transport: