cubicweb/server/sqlutils.py
changeset 12047 85416b43310a
parent 11821 7534b32c45e3
child 12220 3ba6016a459c
--- a/cubicweb/server/sqlutils.py	Fri Mar 10 18:21:22 2017 +0100
+++ b/cubicweb/server/sqlutils.py	Fri Mar 10 18:23:29 2017 +0100
@@ -173,8 +173,8 @@
 
 
 class ConnectionWrapper(object):
-    """handle connection to the system source, at some point associated to a
-    :class:`Session`
+    """Wrap a connection to the system source's database, attempting to handle
+    automatic reconnection.
     """
 
     # since 3.19, we only have to manage the system source connection