]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
typos
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 12 Aug 2007 16:37:07 +0000 (16:37 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 12 Aug 2007 16:37:07 +0000 (16:37 +0000)
doc/build/content/intro.txt

index b28e399eab9e7e9bac04779ea64a91bb8f61472d..9ac8f94862e8166326861dfa20a1028be5faa473 100644 (file)
@@ -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
+