summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancisco Couzo <franciscouzo@gmail.com>2020-05-07 04:11:50 -0300
committerGitHub <noreply@github.com>2020-05-07 04:11:50 -0300
commit7fdf77065da7da9def6bf2e448ea47dfe3303f35 (patch)
treebaedeab3940a62210c921e46e215c9b033d632b6
parent690772f093fde2574aac9e0b28527e4465507e13 (diff)
downloadpsycopg2-7fdf77065da7da9def6bf2e448ea47dfe3303f35.tar.gz
Fix typo
-rw-r--r--doc/src/usage.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/usage.rst b/doc/src/usage.rst
index 1356328..7d0e700 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;