Skip to content

Commit cceb383

Browse files
committed
Merge branch 'pr/173'
[skip ci]
2 parents fb11f13 + 8878c12 commit cceb383

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/SQLObject.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ Here's a longer example of using the class::
304304
>>> p is p2
305305
True
306306

307-
Columns are accessed like attributes. (This uses the ``property``
307+
Columns are accessed like attributes (This uses the ``property``
308308
feature of Python, so that retrieving and setting these attributes
309309
executes code). Also note that objects are unique -- there is
310310
generally only one ``Person`` instance of a particular id in memory at

0 commit comments

Comments
 (0)