minor typo (but hopefully will start travis on my repository )

This commit is contained in:
Tim Richardson
2013-06-21 09:52:31 +10:00
parent 4c2fba134d
commit 545e304a73
+1 -1
View File
@@ -8545,7 +8545,7 @@ class Table(object):
__,fields[name] = new_fields[name] #the value is the second element of the tuple
row = Row(fields) #allow later compute fields to refer to this value
except (KeyError, AttributeError):
# error sinlently unless field is required!
# error silently unless field is required!
if ofield.required:
raise SyntaxError('unable to compute field: %s' % name)
return new_fields.values()