Merge pull request #1262 from vishesh92/patch-1

Fix note for design.rst
This commit is contained in:
Berker Peksag 2016-05-13 17:05:38 +03:00
commit 26c67f8d3f

View File

@ -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