From 4469cce5b77605effc76386a2811fd3524dbb262 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=B1=E2=9C=96=EF=B8=8F=3A=20=28=E0=B8=87=20=E2=80=A2?= =?UTF-8?q?=5F=E2=80=A2=29=E0=B8=87=E6=9C=A8=E7=8A=80?= Date: Tue, 9 Aug 2016 16:38:01 +0800 Subject: [PATCH] fix document typos: messaque -> message --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index a57d2ec8..b0c173bf 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -712,7 +712,7 @@ server. Having a server use a coroutine framework, while an external process does not is not a problem. For example, Celery workers do not need to be configured to use eventlet or gevent just because the main server does. But if your external process does use a coroutine framework for whatever reason, then -monkey patching is likely required, so that the messaque queue accesses +monkey patching is likely required, so that the message queue accesses coroutine friendly functions and classes. API Reference