From: Daniele Varrazzo Date: Wed, 14 Jul 2021 00:51:36 +0000 (+0200) Subject: At import -> at import time X-Git-Tag: 3.0.dev1~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0559e2cae20c911334e236997f0726a37081ed21;p=thirdparty%2Fpsycopg.git At import -> at import time --- diff --git a/docs/api/pq.rst b/docs/api/pq.rst index 85a1591c0..b3c770eb7 100644 --- a/docs/api/pq.rst +++ b/docs/api/pq.rst @@ -47,8 +47,8 @@ same interface. Current implementations are: The implementation currently used is available in the `~psycopg.pq.__impl__` module constant. -At import, Psycopg 3 will try to use the best implementation available and -will fail if none is usable. You can force the use of a specific +At import time, Psycopg 3 will try to use the best implementation available +and will fail if none is usable. You can force the use of a specific implementation by exporting the env var :envvar:`PSYCOPG_IMPL`: importing the library will fail if the requested implementation is not available::