]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Merge pull request #79 from nibrahim/master
authormike bayer <mike_mp@zzzcomputing.com>
Tue, 11 Mar 2014 15:30:33 +0000 (11:30 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 11 Mar 2014 15:38:50 +0000 (11:38 -0400)
Fixes argument number in docs

doc/build/orm/inheritance.rst

index a82fcf675d11ee08c0658f9087d2755589126cdb..bf9895065fa40cad8a2cda39b1fa2536219abf26 100644 (file)
@@ -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