From 14b39c8dd9f83f9b8d3752b22d73e882659d8df8 Mon Sep 17 00:00:00 2001 From: mike bayer Date: Tue, 11 Mar 2014 11:30:33 -0400 Subject: [PATCH] Merge pull request #79 from nibrahim/master Fixes argument number in docs --- doc/build/orm/inheritance.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build/orm/inheritance.rst b/doc/build/orm/inheritance.rst index a82fcf675d..bf9895065f 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 -- 2.47.3