emmett-framework / emmett

The web framework for inventors
BSD 3-Clause "New" or "Revised" License
1.06k stars 71 forks source link

Documentation: } should be) #126

Closed josejachuf closed 8 years ago

josejachuf commented 8 years ago

http://weppy.org/docs/0.6/quickstart [Other rendering options]

@app.route("/json") @service.json def f(): l = [1, 2, {'foo': 'bar'}] return dict(status="OK", data=l} ## You must close with )