diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2011-12-04 23:08:35 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2011-12-04 23:08:35 -0500 |
commit | 06e65c2d4e014bbf1dc0114d4b654505e684f66c (patch) | |
tree | 6ff13c25842b311bbe8803027f585508367aed2e /lib/sqlalchemy/events.py | |
parent | e20ac9973cbfaca77ac5884955be54d57243f94b (diff) | |
download | sqlalchemy-06e65c2d4e014bbf1dc0114d4b654505e684f66c.tar.gz |
marathon doc updating session including a rewrite of unicode paragraphs
Diffstat (limited to 'lib/sqlalchemy/events.py')
-rw-r--r-- | lib/sqlalchemy/events.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/events.py b/lib/sqlalchemy/events.py index eee2a7557..adfbd1966 100644 --- a/lib/sqlalchemy/events.py +++ b/lib/sqlalchemy/events.py @@ -312,7 +312,7 @@ class PoolEvents(event.Events): The ``_ConnectionFairy`` which manages the connection for the span of the current checkout. - If you raise an ``exc.DisconnectionError``, the current + If you raise a :class:`~sqlalchemy.exc.DisconnectionError`, the current connection will be disposed and a fresh connection retrieved. Processing of all checkout listeners will abort and restart using the new connection. |