summaryrefslogtreecommitdiff
path: root/doc/src/connection.rst
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2019-06-20 20:18:23 -0700
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2019-06-21 11:26:47 +0100
commit491296e0f52ce2e174086b0426af3ad22881866c (patch)
tree7178660186ad149d63124c357bb7282beb5d07c5 /doc/src/connection.rst
parentee056bc6e8f16e4b69f6bdf49f0fb72f5141218d (diff)
downloadpsycopg2-491296e0f52ce2e174086b0426af3ad22881866c.tar.gz
Fix typo: "the the"
Diffstat (limited to 'doc/src/connection.rst')
-rw-r--r--doc/src/connection.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/connection.rst b/doc/src/connection.rst
index b31c2d2..76f1332 100644
--- a/doc/src/connection.rst
+++ b/doc/src/connection.rst
@@ -639,7 +639,7 @@ The ``connection`` class
:param new_oid: Create a new object using the specified OID. The
function raises `~psycopg2.OperationalError` if the OID is already
in use. Default is 0, meaning assign a new one automatically.
- :param new_file: The name of a file to be imported in the the database
+ :param new_file: The name of a file to be imported in the database
(using the |lo_import|_ function)
:param lobject_factory: Subclass of
`~psycopg2.extensions.lobject` to be instantiated.
@@ -749,7 +749,7 @@ The ``connection`` class
.. rubric:: informative methods of the native connection
- .. note::
+ .. note::
These methods are better accessed using the `~connection.info`
attributes and may be dropped in future versions.