From: Noufal Ibrahim Date: Tue, 11 Mar 2014 11:52:01 +0000 (+0530) Subject: Fixes argument number in docs X-Git-Tag: rel_0_9_4~71^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b0bf578405567252f6e8aee6e147a24f54d5d4a;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Fixes argument number in docs The selectable is the third argument to with_polymorphic. --- diff --git a/doc/build/orm/inheritance.rst b/doc/build/orm/inheritance.rst index e6c1e378ba..9e30848bf8 100644 --- a/doc/build/orm/inheritance.rst +++ b/doc/build/orm/inheritance.rst @@ -227,7 +227,7 @@ subclasses: # use with Query session.query(entity).all() -It also accepts a second argument ``selectable`` which replaces the automatic +It also accepts a third argument ``selectable`` which replaces the automatic join creation and instead selects directly from the selectable given. This feature is normally used with "concrete" inheritance, described later, but can be used with any kind of inheritance setup in the case that specialized SQL