]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
added an intro for the code sample so that its not construed as a "synopsis"
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 23 Jan 2008 20:00:53 +0000 (20:00 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 23 Jan 2008 20:00:53 +0000 (20:00 +0000)
doc/build/content/plugins.txt

index eb80e6b82c72379dd9c7c7f4a9f14450938ff713..f46a33d3b7a136e2554b1facf87aaff768378e43 100644 (file)
@@ -13,6 +13,8 @@ SQLAlchemy has a variety of extensions available which provide extra functionali
 
 #### Simplifying Relations
 
+Consider this "association object" mapping:
+
     {python}
     users_table = Table('users', metadata,
         Column('id', Integer, primary_key=True),