From c21c70bfc93048328c61065bcb9ca5c19bcf8b1e Mon Sep 17 00:00:00 2001 From: Micael Jarniac Date: Thu, 9 Sep 2021 12:40:00 -0300 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 54c7642..f3da86c 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Example above will send `Something happened` message along with these labels: - Labels from `tags` item of `extra` dict The given example is blocking (i.e. each call will wait for the message to be sent). -But you can use the built-in `QueueHandler` and` QueueListener` to send messages in a separate thread. +But you can use the built-in `QueueHandler` and `QueueListener` to send messages in a separate thread. ```python import logging.handlers