Fixed doc block syntax

This commit is contained in:
Konsta Vesterinen
2013-11-04 16:19:45 +02:00
parent a95902f276
commit 7af808366a

View File

@@ -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