]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- fix link
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 21 Aug 2014 14:29:21 +0000 (10:29 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 21 Aug 2014 14:29:21 +0000 (10:29 -0400)
lib/sqlalchemy/sql/dml.py

index 72dd92c990767db6cc45931d539a429336098fec..06c50981da06c84f0692cb371417afbef7f3d2f7 100644 (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