diff options
author | Vraj Mohan <r.vrajmohan@gmail.com> | 2013-11-13 15:26:44 -0500 |
---|---|---|
committer | Vraj Mohan <r.vrajmohan@gmail.com> | 2013-11-13 17:28:09 -0500 |
commit | bb0531e86e404b831151e502f0426254a1b152c1 (patch) | |
tree | 50f94f93458d35f2304b2a659fca38e9e1d29841 /lib/sqlalchemy/sql/selectable.py | |
parent | 782a42abcb12fa49030b4f1e73cf5b4d3eddd220 (diff) | |
download | sqlalchemy-bb0531e86e404b831151e502f0426254a1b152c1.tar.gz |
Ensure API generation and fix cross references
Diffstat (limited to 'lib/sqlalchemy/sql/selectable.py')
-rw-r--r-- | lib/sqlalchemy/sql/selectable.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sqlalchemy/sql/selectable.py b/lib/sqlalchemy/sql/selectable.py index 4fcf06290..046840110 100644 --- a/lib/sqlalchemy/sql/selectable.py +++ b/lib/sqlalchemy/sql/selectable.py @@ -1347,8 +1347,8 @@ class SelectBase(Executable, FromClause): @_generative @util.deprecated('0.6', - message=":func:`.autocommit` is deprecated. Use " - ":func:`.Executable.execution_options` with the " + message="``autocommit()`` is deprecated. Use " + ":meth:`.Executable.execution_options` with the " "'autocommit' flag.") def autocommit(self): """return a new selectable with the 'autocommit' flag set to |