summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/ddl.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sqlalchemy/sql/ddl.py')
-rw-r--r--lib/sqlalchemy/sql/ddl.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/sqlalchemy/sql/ddl.py b/lib/sqlalchemy/sql/ddl.py
index a17c8ee53..2a81b3394 100644
--- a/lib/sqlalchemy/sql/ddl.py
+++ b/lib/sqlalchemy/sql/ddl.py
@@ -43,7 +43,7 @@ class DDLElement(Executable, _DDLCompiles):
AddConstraint(constraint).execute_if(dialect='postgresql')
)
- See also:
+ .. seealso::
:class:`.DDL`
@@ -195,7 +195,7 @@ class DDLElement(Executable, _DDLCompiles):
:param state: any value which will be passed to the callable_
as the ``state`` keyword argument.
- See also:
+ .. seealso::
:class:`.DDLEvents`
@@ -360,9 +360,10 @@ class DDL(DDLElement):
default when ``execute()`` is invoked without a bind argument.
- See also:
+ .. seealso::
:class:`.DDLEvents`
+
:mod:`sqlalchemy.event`
"""