From: Mike Bayer Date: Sun, 12 Aug 2007 16:37:07 +0000 (+0000) Subject: typos X-Git-Tag: rel_0_4beta2~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d2189a9939596a818cdb85319fd4b048c2f1999;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git typos --- diff --git a/doc/build/content/intro.txt b/doc/build/content/intro.txt index b28e399eab..9ac8f94862 100644 --- a/doc/build/content/intro.txt +++ b/doc/build/content/intro.txt @@ -100,7 +100,7 @@ Or more commonly, just pull in the names you'll need: {python} from sqlalchemy import create_engine, MetaData, Table, Column, types - from sqlalchemy.orm import mapper, relation, backref, create_session() + from sqlalchemy.orm import mapper, relation, backref, create_session ### BoundMetaData is now MetaData {@name=metadata} @@ -118,7 +118,7 @@ The `BoundMetaData` name is removed. Now, you just use `MetaData`. Additionall Additionally, `DynamicMetaData` is now known as `ThreadLocalMetaData`. -### Some existing select() methods become genreative {@name=generative} +### Some existing select() methods become generative {@name=generative} The methods `correlate()`, `order_by()`, and `group_by()` on the `select()` construct now return a **new** select object, and do not change the original one. Additionally, the generative methods `where()`, `column()`, `distinct()`, and several others have been added: @@ -157,4 +157,4 @@ This mostly applies to SQL constructs where you pass a type in: func.now(type_=DateTime) - \ No newline at end of file +