[Checkins] SVN: z3c.saconfig/trunk/src/z3c/saconfig/interfaces.py Documentation tweak.

Martijn Faassen faassen at infrae.com
Thu Jun 19 18:02:25 EDT 2008


Log message for revision 87575:
  Documentation tweak.
  

Changed:
  U   z3c.saconfig/trunk/src/z3c/saconfig/interfaces.py

-=-
Modified: z3c.saconfig/trunk/src/z3c/saconfig/interfaces.py
===================================================================
--- z3c.saconfig/trunk/src/z3c/saconfig/interfaces.py	2008-06-19 21:59:05 UTC (rev 87574)
+++ z3c.saconfig/trunk/src/z3c/saconfig/interfaces.py	2008-06-19 22:02:24 UTC (rev 87575)
@@ -31,13 +31,10 @@
         """
 
 class IEngineFactory(Interface):
-    """A utility that represents an SQLAlchemy engine.
+    """A utility that maintains an SQLAlchemy engine.
 
     If the engine isn't created yet, it will create it. Otherwise the
     engine will be cached.
-
-    When an engine property is changed, the engine will be recreated
-    dynamically.
     """
 
     def __call__():



More information about the Checkins mailing list