From faf347b5b97ea0619e98418042b5eee2baa70cbe Mon Sep 17 00:00:00 2001 From: Jason Kirtland Date: Sun, 13 Jul 2008 17:50:26 +0000 Subject: [PATCH] Typo --- lib/sqlalchemy/exc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sqlalchemy/exc.py b/lib/sqlalchemy/exc.py index e0eb7d88c4..89fcd1777f 100644 --- a/lib/sqlalchemy/exc.py +++ b/lib/sqlalchemy/exc.py @@ -8,7 +8,7 @@ The base exception class is SQLAlchemyError. Exceptions which are raised as a result of DBAPI exceptions are all subclasses of -[sqlalchemy.exceptions#DBAPIError]. +[sqlalchemy.exc#DBAPIError]. """ -- 2.47.3