summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/interfaces.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2011-12-25 17:34:24 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2011-12-25 17:34:24 -0500
commit68f6951019dce746a0d093ee597e89d68f4d8fc0 (patch)
tree24c6c415aacf75e2a24215626215f7853e0b9469 /lib/sqlalchemy/interfaces.py
parent6ed0d7e3339dd14daad612f9ac6dd2f5e90ef517 (diff)
downloadsqlalchemy-68f6951019dce746a0d093ee597e89d68f4d8fc0.tar.gz
fix a whole bunch of note:: / warning:: that were inline,
no longer compatible with docutils 0.8
Diffstat (limited to 'lib/sqlalchemy/interfaces.py')
-rw-r--r--lib/sqlalchemy/interfaces.py8
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/sqlalchemy/interfaces.py b/lib/sqlalchemy/interfaces.py
index d1e3fa6b2..650a88899 100644
--- a/lib/sqlalchemy/interfaces.py
+++ b/lib/sqlalchemy/interfaces.py
@@ -17,7 +17,9 @@ from sqlalchemy import event, util
class PoolListener(object):
"""Hooks into the lifecycle of connections in a :class:`.Pool`.
- .. note:: :class:`.PoolListener` is deprecated. Please
+ .. note::
+
+ :class:`.PoolListener` is deprecated. Please
refer to :class:`.PoolEvents`.
Usage::
@@ -149,7 +151,9 @@ class PoolListener(object):
class ConnectionProxy(object):
"""Allows interception of statement execution by Connections.
- .. note:: :class:`.ConnectionProxy` is deprecated. Please
+ .. note::
+
+ :class:`.ConnectionProxy` is deprecated. Please
refer to :class:`.ConnectionEvents`.
Either or both of the ``execute()`` and ``cursor_execute()``