diff options
Diffstat (limited to 'doc/src/advanced.rst')
| -rw-r--r-- | doc/src/advanced.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/advanced.rst b/doc/src/advanced.rst index a7b406a..5a4724e 100644 --- a/doc/src/advanced.rst +++ b/doc/src/advanced.rst @@ -403,13 +403,13 @@ this will be probably implemented in a future release. .. _green-support: -Support to coroutine libraries ------------------------------- +Support for coroutine libraries +------------------------------- .. versionadded:: 2.2.0 -Psycopg can be used together with coroutine_\-based libraries, and participate -to cooperative multithreading. +Psycopg can be used together with coroutine_\-based libraries and participate +in cooperative multithreading. Coroutine-based libraries (such as Eventlet_ or gevent_) can usually patch the Python standard library in order to enable a coroutine switch in the presence of |
