http://pylonshq.com/docs/en/1.0/models/#adding-a-relation

There seem to be a typo in the above section of the documentation.

    def __repr__(self):
        return "<Address('%s')" % self.address

instead of:

    def __repr__(self):
        return "<Person('%s')" % self.name

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en.

Reply via email to