palewire / first-news-app

A step-by-step guide to publishing a simple news application.
http://first-news-app.rtfd.org
GNU General Public License v3.0
76 stars 27 forks source link

There's a typo on the docs when freezing the detail pages get_csv is missing parentheses #35

Closed jjelosua closed 9 years ago

jjelosua commented 9 years ago

for row in get_csv: should be for row in get_csv():

The code is working but the docs are wrong.

palewire commented 9 years ago

Got it. Thanks! Good eye!