Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gawel committed Apr 14, 2011
1 parent 997cf71 commit 7333303
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/formalchemy.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ To edit multiple objects, bind them to a Grid instead::

Which results in:

Saving changes is similarly easy. (Here we're using Pylons-style request.params(); adjust for your framework of choice as necessary)::
Saving changes is similarly easy. (Here we're using Pylons-style request.params; adjust for your framework of choice as necessary)::

fs = FieldSet(order1, data=request.params())
fs = FieldSet(order1, data=request.params)
if fs.validate():
fs.sync()
session.commit()
Expand Down

0 comments on commit 7333303

Please sign in to comment.