From 7af808366a79ea6ae370b6506dbd0da19249e050 Mon Sep 17 00:00:00 2001 From: Konsta Vesterinen Date: Mon, 4 Nov 2013 16:19:45 +0200 Subject: [PATCH] Fixed doc block syntax --- sqlalchemy_utils/aggregates.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sqlalchemy_utils/aggregates.py b/sqlalchemy_utils/aggregates.py index c831792..f36efdb 100644 --- a/sqlalchemy_utils/aggregates.py +++ b/sqlalchemy_utils/aggregates.py @@ -116,6 +116,7 @@ Now the net_worth column of Catalog model will be automatically whenever: * A product is deleted from the catalog * The price of catalog product is changed + :: @@ -127,7 +128,7 @@ Now the net_worth column of Catalog model will be automatically whenever: catalog = Catalog( - name=u'My first catalog' + name=u'My first catalog', products=[ product1, product2