summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext/declarative.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2011-10-17 13:14:04 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2011-10-17 13:14:04 -0400
commitd10cf52de3905d3c522665171be656551b229bdb (patch)
tree74ed97572018538942c69fa344b96f2b389cbdeb /lib/sqlalchemy/ext/declarative.py
parent83d431048cd3aae409a4a13791b5f5d59af26023 (diff)
downloadsqlalchemy-d10cf52de3905d3c522665171be656551b229bdb.tar.gz
plus a period. seriously. should i just watch TV today instead of screwing more things up
Diffstat (limited to 'lib/sqlalchemy/ext/declarative.py')
-rwxr-xr-xlib/sqlalchemy/ext/declarative.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/ext/declarative.py b/lib/sqlalchemy/ext/declarative.py
index e3e269beb..acfc09396 100755
--- a/lib/sqlalchemy/ext/declarative.py
+++ b/lib/sqlalchemy/ext/declarative.py
@@ -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
~~~~~~~~~~~~~~~~~~~