From 374173e89d4e21a75bfabd8a655d17c247b6f1fc Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Thu, 21 Aug 2014 10:29:21 -0400 Subject: [PATCH] - fix link --- lib/sqlalchemy/sql/dml.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sqlalchemy/sql/dml.py b/lib/sqlalchemy/sql/dml.py index 72dd92c990..06c50981da 100644 --- a/lib/sqlalchemy/sql/dml.py +++ b/lib/sqlalchemy/sql/dml.py @@ -508,7 +508,7 @@ class Insert(ValuesBase): correspond. .. versionchanged:: 1.0.0 an INSERT that uses FROM SELECT - implies that the :paramref:`.Insert.inline` flag is set to + implies that the :paramref:`.insert.inline` flag is set to True, indicating that the statement will not attempt to fetch the "last inserted primary key" or other defaults. The statement deals with an arbitrary number of rows, so the -- 2.47.3