Show
Ignore:
Timestamp:
09/02/10 12:21:58 (21 months ago)
Author:
ged
Message:

cosmetic change

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • elixir/trunk/elixir/entity.py

    r531 r532  
    881881            if record is None: 
    882882                if surrogate: 
    883                     raise Exception("cannot create surrogate with pk") 
     883                    raise Exception("Cannot create surrogate with pk") 
    884884                else: 
    885885                    record = cls() 
     
    888888                record = cls() 
    889889            else: 
    890                 raise Exception("cannot create non surrogate without pk") 
     890                raise Exception("Cannot create non surrogate without pk") 
    891891        record.from_dict(data) 
    892892        return record