Author: ianb
Date: 2005-04-20 21:43:11 +0000 (Wed, 20 Apr 2005)
New Revision: 732
Modified:
trunk/SQLObject/docs/News.txt
Log:
Fixed typo
Modified: trunk/SQLObject/docs/News.txt
===================================================================
--- trunk/SQLObject/docs/News.txt 2005-04-20 21:07:43 UTC (rev 731)
+++ trunk/SQLObject/docs/News.txt 2005-04-20 21:43:11 UTC (rev 732)
@@ -74,7 +74,7 @@
* Separated database drivers (PostgresConnection, MySQLConnection,
etc.) into separate packages. You can access the driver through
URIs, like ``mysql://user:pass@host/dbname`` -- to set drivers after
- class creation you should use `sqlobject.dbconnection.openURI()`.
+ class creation you should use `sqlobject.connectionForURI()`.
* The ``SQLObject`` package has been renamed to ``sqlobject``. This
makes it similar to several other packages, and emphasizes the
|