From f9780aa0540434458ee933f46317f6879b9ebcf5 Mon Sep 17 00:00:00 2001 From: Anoosh Dsouza <73020006+anushds@users.noreply.github.com> Date: Thu, 19 Sep 2024 00:34:00 +0000 Subject: [PATCH] fixed a typo in doc/src/usage.rst file --- doc/src/usage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/usage.rst b/doc/src/usage.rst index b41d8aba..c7cf52b2 100644 --- a/doc/src/usage.rst +++ b/doc/src/usage.rst @@ -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 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.