diff options
| author | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2011-10-14 23:59:49 +0100 |
|---|---|---|
| committer | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2011-10-14 23:59:49 +0100 |
| commit | 3e39b23835619bf5db3a46ff53a9752b868002bc (patch) | |
| tree | 25a87c82cc80e241793fea2f5b04ec80fda0e7ac /doc/src/advanced.rst | |
| parent | 37a9eb3615838c4adb1b5772d06ea6714d96bf4c (diff) | |
| download | psycopg2-3e39b23835619bf5db3a46ff53a9752b868002bc.tar.gz | |
Notice -> Note in the docs, and a handful of other typo fixed
Diffstat (limited to 'doc/src/advanced.rst')
| -rw-r--r-- | doc/src/advanced.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/advanced.rst b/doc/src/advanced.rst index 4ccc3f1..87d8449 100644 --- a/doc/src/advanced.rst +++ b/doc/src/advanced.rst @@ -351,7 +351,7 @@ returned, the connection can be safely used: >>> wait(aconn) >>> acurs = aconn.cursor() -Notice that there are a few other requirements to be met in order to have a +Note that there are a few other requirements to be met in order to have a completely non-blocking connection attempt: see the libpq documentation for |PQconnectStart|_. |
