From 3a065d8be2401776cbd562ebc6f26433fec78555 Mon Sep 17 00:00:00 2001 From: Andrew Svetlov Date: Fri, 12 Jun 2015 00:37:17 +0300 Subject: [PATCH] Update README --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 81ec94f..cd96665 100644 --- a/README.rst +++ b/README.rst @@ -6,8 +6,8 @@ Mixed sync-async queue, supposed to be used for communicating between classic synchronous (threaded) code and asynchronous (in terms of asyncio_) one. -Like Janus_ god queue object from the library has two faces: -synchronous and asynchronous interfaces. +Like Janus_ god the queue object from the library has two faces: +synchronous and asynchronous interface. Synchronous is fully compatible with `standard queue `_, asynchronous one