From 660b75c2f4587cce183f64959a080f1620622b74 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Wed, 4 Aug 2010 23:26:52 +0100 Subject: [PATCH] Typo fixed. --- 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 048bbcd6..33e07bc7 100644 --- a/doc/src/connection.rst +++ b/doc/src/connection.rst @@ -75,7 +75,7 @@ The ``connection`` class .. index:: single: Exceptions; In the connection class - .. rubric:: Excetptions as connection class attributes + .. rubric:: Exceptions as connection class attributes The `!connection` also exposes as attributes the same exceptions available in the `psycopg2` module. See :ref:`dbapi-exceptions`.