Doc fix in passage about Overriding Properties

Issue #345 resolved
Former user created an issue

In the code under http://www.sqlalchemy.org/docs_03/adv_datamapping.myt#advdatamapping_properties_overriding

In the line

def _get_email(self, email):

the email parameter must be removed. After the line

'_email': mytable.c.email

a comma is missing.

Comments (1)

  1. Log in to comment