Simon,

On Feb 4, 10:15 am, "King Simon-NFHD78" <simon.k...@motorola.com>
wrote:
> Mike Driscoll wrote:
>
> > Thanks Simon! That made sense. I've fixed my example to match what you
> > said. Sorry about that.
>
> > - Mike
>
> No problem. I'm afraid you still have a typo though. You have:
>
>   addresses[0].email_address = Address("pr...@marvel.com")
>
> Whereas you want:
>
>   addresses[0].email_address = "pr...@marvel.com"
>
> :-)
>
> Simon

Oops...you're right. I must be blind today. Fixed (again)!

-------------------
Mike Driscoll

Blog:   http://blog.pythonlibrary.org

PyCon 2010 Atlanta Feb 19-21      http://us.pycon.org/

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalch...@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to