Hi Edmund, > dtc = {'read': 'test.*', {'post', 'test.*'}) > return dtc > > > it just keeps on complaining that the return value isn't a dictionary. > Am I doing this right? Wouldn't it look better this way: dtc = {'read': 'test.*', 'post': 'test.*'} -- Julien ÉLIE