]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
At import -> at import time
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 14 Jul 2021 00:51:36 +0000 (02:51 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 14 Jul 2021 00:51:36 +0000 (02:51 +0200)
docs/api/pq.rst

index 85a1591c0975cf5608ffce1405a31c860d2f7d3f..b3c770eb758993b06b29e2e7ed039b0913093957 100644 (file)
@@ -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::