Author: phd
Date: Sun Feb 3 04:21:36 2013
New Revision: 4578
Log:
Corrected grammar
Modified:
SQLObject/branches/1.2/docs/SQLObject.txt
Modified: SQLObject/branches/1.2/docs/SQLObject.txt
==============================================================================
--- SQLObject/branches/1.2/docs/SQLObject.txt Sun Feb 3 04:17:07 2013 (r4577)
+++ SQLObject/branches/1.2/docs/SQLObject.txt Sun Feb 3 04:21:36 2013 (r4578)
@@ -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
|