summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBrian Sutherland <brian@vanguardistas.net>2012-07-27 12:48:28 +0300
committerBrian Sutherland <brian@vanguardistas.net>2012-07-27 12:48:28 +0300
commit23711663833f5662461e5fdaaadcc7d0fc0c6ce6 (patch)
tree9ca053e9c5fb0507d08600ceb7365667fc857f14 /doc/src
parent3559ea0d1099d168e97c752016339e7949b2b8a3 (diff)
downloadpsycopg2-23711663833f5662461e5fdaaadcc7d0fc0c6ce6.tar.gz
grammar
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/advanced.rst8
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