diff --git a/records.py b/records.py index 3735773..c5598af 100644 --- a/records.py +++ b/records.py @@ -243,7 +243,9 @@ class RecordCollection(object): except IndexError: pass else: - raise ValueError('RecordCollection contains too many rows.') + raise ValueError('RecordCollection contained more than one row. ' + 'Expects only one row when using ' + 'RecordCollection.one') # Cast and return. if as_dict: