[Checkins] SVN: z3c.saconfig/trunk/src/z3c/saconfig/README.txt Small documentation fix

Wichert Akkerman wichert at wiggy.net
Sat Jun 20 05:08:07 EDT 2009


Log message for revision 101158:
  Small documentation fix

Changed:
  U   z3c.saconfig/trunk/src/z3c/saconfig/README.txt

-=-
Modified: z3c.saconfig/trunk/src/z3c/saconfig/README.txt
===================================================================
--- z3c.saconfig/trunk/src/z3c/saconfig/README.txt	2009-06-19 23:48:37 UTC (rev 101157)
+++ z3c.saconfig/trunk/src/z3c/saconfig/README.txt	2009-06-20 09:08:06 UTC (rev 101158)
@@ -133,7 +133,7 @@
 We can now use the ``Session`` class to create a session which will
 behave according to the utility we provided::
 
-  >>> from zope.sqlalchemy import Session
+  >>> from z3c.saconfig import Session
   >>> session = Session()
 
 Now things go the usual ``zope.sqlalchemy`` way, which is like



More information about the Checkins mailing list