From 58987b27fba1641fc0e526977781dc257a9effe1 Mon Sep 17 00:00:00 2001 From: vishesh92 Date: Fri, 13 May 2016 19:02:26 +0530 Subject: [PATCH] Fix note for design.rst --- docs/source/design.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/design.rst b/docs/source/design.rst index f606f43b..f412cb42 100644 --- a/docs/source/design.rst +++ b/docs/source/design.rst @@ -124,7 +124,7 @@ worker processes (unlike when using the preload setting, which loads the code in the master process). .. note:: Under Python 2.x, uou need to install the 'futures' package to use -this feature. + this feature. .. _Greenlets: https://github.com/python-greenlet/greenlet .. _Eventlet: http://eventlet.net