diff --git a/docs/extend/python.md b/docs/extend/python.md index fe20165..6cca6b4 100644 --- a/docs/extend/python.md +++ b/docs/extend/python.md @@ -126,6 +126,7 @@ item = StockItem.create(api, { 'notes': 'A stack of couches', 'location': 10, ## PK of a StockLocation already in the database... }) +``` #### Adding manufacturers and supplier