From: Mike Bayer Date: Sat, 10 Sep 2011 23:10:18 +0000 (-0400) Subject: fix sentence X-Git-Tag: rel_0_7_3~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98a08bf207c21a4bc06c2ec6fbda9819f59dc751;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git fix sentence --- diff --git a/lib/sqlalchemy/ext/declarative.py b/lib/sqlalchemy/ext/declarative.py index 200b0d6c6e..b586854146 100755 --- a/lib/sqlalchemy/ext/declarative.py +++ b/lib/sqlalchemy/ext/declarative.py @@ -466,7 +466,7 @@ New helper classes released in 0.7.3 provides a simpler pattern for concrete inh With these objects, the ``__declare_last__`` helper is used to configure the "polymorphic" loader for the mapper after all subclasses have been declared. -A basic abstract example of the :class:`.AbstractConcreteBase` class:: +An abstract base can be declared using the :class:`.AbstractConcreteBase` class:: from sqlalchemy.ext.declarative import AbstractConcreteBase