We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fb11f13 + 8878c12 commit cceb383Copy full SHA for cceb383
1 file changed
docs/SQLObject.rst
@@ -304,7 +304,7 @@ Here's a longer example of using the class::
304
>>> p is p2
305
True
306
307
-Columns are accessed like attributes. (This uses the ``property``
+Columns are accessed like attributes (This uses the ``property``
308
feature of Python, so that retrieving and setting these attributes
309
executes code). Also note that objects are unique -- there is
310
generally only one ``Person`` instance of a particular id in memory at
0 commit comments