Author: phd
Date: Sun Feb 3 04:23:15 2013
New Revision: 4580
Log:
Merged revision 4578 from branch 1.2: corrected grammar
Modified:
SQLObject/trunk/docs/SQLObject.txt
Modified: SQLObject/trunk/docs/SQLObject.txt
==============================================================================
--- SQLObject/trunk/docs/SQLObject.txt Sun Feb 3 04:22:51 2013 (r4579)
+++ SQLObject/trunk/docs/SQLObject.txt Sun Feb 3 04:23:15 2013 (r4580)
@@ -772,8 +772,9 @@
.. _UnicodeCol: `Column Types`_
-The following attributes provide introspection but should not be set or
-directly - see `Runtime Column and Join Changes`_ for dynamically modifying these class elements.
+The following attributes provide introspection but should not be set directly -
+see `Runtime Column and Join Changes`_ for dynamically modifying these class
+elements.
`columns`:
A dictionary of ``{columnName: anSOColInstance}``. You can get
|