From 2c836a2935af8ee0fb8f1de197355a33f2812804 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Thu, 27 Jul 2017 12:10:11 +0100 Subject: [PATCH] Fixed typo (found on stackoverflow... gh) --- doc/src/connection.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/connection.rst b/doc/src/connection.rst index fbbc53e1..436d83f7 100644 --- a/doc/src/connection.rst +++ b/doc/src/connection.rst @@ -726,7 +726,7 @@ The ``connection`` class `psycopg2.extensions`: see :ref:`connection-status-constants` for the available values. - The status is undefined for `closed` connectons. + The status is undefined for `closed` connections. .. method:: lobject([oid [, mode [, new_oid [, new_file [, lobject_factory]]]]])