diff options
Diffstat (limited to 'lib/sqlalchemy/orm/decl_api.py')
| -rw-r--r-- | lib/sqlalchemy/orm/decl_api.py | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sqlalchemy/orm/decl_api.py b/lib/sqlalchemy/orm/decl_api.py index 89d18bcac..e6983675b 100644 --- a/lib/sqlalchemy/orm/decl_api.py +++ b/lib/sqlalchemy/orm/decl_api.py @@ -291,7 +291,7 @@ def declarative_base(          Base = declarative_base() -    Is equvialent to:: +    Is equivalent to::          from sqlalchemy.orm import registry @@ -612,7 +612,7 @@ class registry(object):          """Map a class declaratively.          In this form of mapping, the class is scanned for mapping information, -        including for columns to be associaed with a table, and/or an +        including for columns to be associated with a table, and/or an          actual table object.          Returns the :class:`_orm.Mapper` object.  | 
