From: Jason Kirtland Date: Sun, 13 Jul 2008 17:50:26 +0000 (+0000) Subject: Typo X-Git-Tag: rel_0_5beta2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=faf347b5b97ea0619e98418042b5eee2baa70cbe;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Typo --- 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]. """