Skip to content

Commit

Permalink
More examples in readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
shazow committed May 5, 2011
1 parent b57a7e2 commit dae5e57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -16,7 +16,7 @@ Use it in your code:

# ...

user_id, sort_by, page_num = get_many(request.params, ['user_id'], optional['sort_by', 'page_num'])
user_id, sort_by, page_num = get_many(request.params, ['user_id'], optional=['sort_by', 'page_num'])

# ...
data_by_tags = groupby_dict(data, keyfunc=lambda o: o.tag)
Expand Down

0 comments on commit dae5e57

Please sign in to comment.