Skip to content

Commit

Permalink
Update web/db.py
Browse files Browse the repository at this point in the history
Fix typo.
  • Loading branch information
tavva committed Jan 12, 2013
1 parent 0fbe0da commit 4a8422c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/db.py
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,7 @@ def _get_insert_default_values_query(self, table):

def multiple_insert(self, tablename, values, seqname=None, _test=False):
"""
Inserts multiple rows into `tablename`. The `values` must be a list of dictioanries,
Inserts multiple rows into `tablename`. The `values` must be a list of dictionaries,
one for each row to be inserted, each with the same set of keys.
Returns the list of ids of the inserted rows.
Set `seqname` to the ID if it's not the default, or to `False`
Expand Down

1 comment on commit 4a8422c

@beef9999
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

haa, they don't even give a damn
poor guy

Please sign in to comment.