summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/dml.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2014-08-21 10:29:21 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2014-08-21 10:29:21 -0400
commit374173e89d4e21a75bfabd8a655d17c247b6f1fc (patch)
tree455fee293214582421c9f53e17ccee74536eccc6 /lib/sqlalchemy/sql/dml.py
parent71ca494f518658676b532afaf84a4cc93025dbbb (diff)
downloadsqlalchemy-374173e89d4e21a75bfabd8a655d17c247b6f1fc.tar.gz
- fix link
Diffstat (limited to 'lib/sqlalchemy/sql/dml.py')
-rw-r--r--lib/sqlalchemy/sql/dml.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/sql/dml.py b/lib/sqlalchemy/sql/dml.py
index 72dd92c99..06c50981d 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