summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext/declarative.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2011-10-15 11:24:43 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2011-10-15 11:24:43 -0400
commit01f04c06eccf5cd9f3d8d413289b0484a6563571 (patch)
tree0160049476bb87a59d4cd7a1f0db9acd0e1e21e9 /lib/sqlalchemy/ext/declarative.py
parentdf02cc0854068a93aa3a49a312a91780de236f5e (diff)
downloadsqlalchemy-01f04c06eccf5cd9f3d8d413289b0484a6563571.tar.gz
fix typos [ticket:2294] [ticket:2300]. these are both due to reworkings of 0.6 docs that don't have these typos
Diffstat (limited to 'lib/sqlalchemy/ext/declarative.py')
-rwxr-xr-xlib/sqlalchemy/ext/declarative.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/sqlalchemy/ext/declarative.py b/lib/sqlalchemy/ext/declarative.py
index efaf8f8db..a7a478ddf 100755
--- a/lib/sqlalchemy/ext/declarative.py
+++ b/lib/sqlalchemy/ext/declarative.py
@@ -537,10 +537,7 @@ idioms is below::
id = Column(Integer, primary_key=True)
-
class MyModel(Base,MyMixin):
- __tablename__ = 'test'
-
name = Column(String(1000))
Where above, the class ``MyModel`` will contain an "id" column