diff options
author | Jason Kirtland <jek@discorporate.us> | 2008-07-13 17:50:26 +0000 |
---|---|---|
committer | Jason Kirtland <jek@discorporate.us> | 2008-07-13 17:50:26 +0000 |
commit | faf347b5b97ea0619e98418042b5eee2baa70cbe (patch) | |
tree | e9c55f3d3645a53f3192f173d3be31e3c384ad5a /lib/sqlalchemy/exc.py | |
parent | 151cac8bd240c5d5d1641a6edf43dba9d1e7ec4c (diff) | |
download | sqlalchemy-faf347b5b97ea0619e98418042b5eee2baa70cbe.tar.gz |
Typo
Diffstat (limited to 'lib/sqlalchemy/exc.py')
-rw-r--r-- | lib/sqlalchemy/exc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/exc.py b/lib/sqlalchemy/exc.py index e0eb7d88c..89fcd1777 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]. """ |