- fix link

This commit is contained in:
Mike Bayer
2014-08-21 10:29:21 -04:00
parent 71ca494f51
commit 374173e89d
+1 -1
View File
@@ -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