From d883d63f4b7f47f3af8ae2706e0b0118a1596de0 Mon Sep 17 00:00:00 2001 From: Derrick Date: Fri, 3 May 2019 16:04:51 -0700 Subject: [PATCH] fix typo --- source/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/index.rst b/source/index.rst index fc0cd5f..17c0373 100644 --- a/source/index.rst +++ b/source/index.rst @@ -3,7 +3,7 @@ Learning ØMQ with pyzmq ===================================== -ØMQ is a neat messaging library that allows you that allows you to build your own messaging infrastructure. +ØMQ is a neat messaging library that allows you to build your own messaging infrastructure. ØMQ does not provide out of box messaging system experience like ActiveMQ or RabbitMQ. It is higher level concept than sockets and provides as low level conceptual framework as possible to build messaging systems. It can help build framework that scales where services could be handled by different applications that does one job well.