Skip to content

Commit

Permalink
Added method call to fix #35
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Feb 23, 2015
1 parent 5f1dfef commit 0b9f9ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.rst
Expand Up @@ -1378,7 +1378,7 @@ To flatten those, again edit ``freeze.py`` to give it the instructions it needs
@freezer.register_generator
def detail():
for row in get_csv:
for row in get_csv():
yield {'row_id': row['id']}
if __name__ == '__main__':
Expand Down

0 comments on commit 0b9f9ff

Please sign in to comment.