[Zope3-checkins] CVS: Zope3/doc/zcml/namespaces.zope.org/rdb -
	provideConnection.stx:1.2
    Stephan Richter 
    srichter at cosmos.phy.tufts.edu
       
    Fri Jan 23 12:00:59 EST 2004
    
    
  
Update of /cvs-repository/Zope3/doc/zcml/namespaces.zope.org/rdb
In directory cvs.zope.org:/tmp/cvs-serv24998/doc/zcml/namespaces.zope.org/rdb
Modified Files:
	provideConnection.stx 
Log Message:
I had a little bug in my text wrapper. I added a doc test for it now and 
updated the generated ZCML reference.
=== Zope3/doc/zcml/namespaces.zope.org/rdb/provideConnection.stx 1.1 => 1.2 ===
--- Zope3/doc/zcml/namespaces.zope.org/rdb/provideConnection.stx:1.1	Thu Jan 22 18:57:13 2004
+++ Zope3/doc/zcml/namespaces.zope.org/rdb/provideConnection.stx	Fri Jan 23 12:00:28 2004
@@ -17,12 +17,12 @@
       Component
 
       Specifies the component that provides the connection. This component
-      one particular RDBMS.
+      handles one particular RDBMS.
 
     dsn -- TextLine (required)
 
       DSN
 
       The DSN contains all the connection information. Thesyntax looks as
-      dbi://username:password@host:port/dbname;param1=value...
+      follows: dbi://username:password@host:port/dbname;param1=value...
 
    
    
More information about the Zope3-Checkins
mailing list