From 7fdf77065da7da9def6bf2e448ea47dfe3303f35 Mon Sep 17 00:00:00 2001 From: Francisco Couzo Date: Thu, 7 May 2020 04:11:50 -0300 Subject: [PATCH] Fix typo --- 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 13563283..7d0e7004 100644 --- a/doc/src/usage.rst +++ b/doc/src/usage.rst @@ -1026,7 +1026,7 @@ using the |lo_import|_ and |lo_export|_ libpq functions. .. _lo_export: https://www.postgresql.org/docs/current/static/lo-interfaces.html#LO-EXPORT .. versionchanged:: 2.6 - added support for large objects greated than 2GB. Note that the support is + added support for large objects greater than 2GB. Note that the support is enabled only if all the following conditions are verified: - the Python build is 64 bits;