]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
plus a period. seriously. should i just watch TV today instead of screwing more...
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 17 Oct 2011 17:14:04 +0000 (13:14 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 17 Oct 2011 17:14:04 +0000 (13:14 -0400)
lib/sqlalchemy/ext/declarative.py

index e3e269bebb784ef3a0ac7fabf7089c3a1b5c9295..acfc09396aac938a4b0a2e8222c1bb45df06f878 100755 (executable)
@@ -559,7 +559,7 @@ variables that ``MyMixin`` defines, i.e. ``__tablename__``,
 ``__table_args__``, ``id``, etc.   If the ``Base`` did define 
 an attribute of the same name, the class placed first in the 
 inherits list would determine which attribute is used on the 
-newly defined class
+newly defined class.
 
 Augmenting the Base
 ~~~~~~~~~~~~~~~~~~~