fixed a typo in doc/src/usage.rst file

This commit is contained in:
Anoosh Dsouza 2024-09-19 00:34:00 +00:00
parent 658afe4cd9
commit d9cdd7503b

View File

@ -1053,7 +1053,7 @@ using the |lo_import|_ and |lo_export|_ libpq functions.
If Psycopg was built with 64 bits large objects support (i.e. the first If Psycopg was built with 64 bits large objects support (i.e. the first
two conditions above are verified), the `psycopg2.__version__` constant two conditions above are verified), the `psycopg2.__version__` constant
will contain the ``lo64`` flag. If any of the contition is not met will contain the ``lo64`` flag. If any of the condition is not met
several `!lobject` methods will fail if the arguments exceed 2GB. several `!lobject` methods will fail if the arguments exceed 2GB.