summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/ddl.py
diff options
context:
space:
mode:
authorVraj Mohan <r.vrajmohan@gmail.com>2013-11-12 18:18:04 -0500
committerVraj Mohan <r.vrajmohan@gmail.com>2013-11-12 20:23:05 -0500
commitfe1d64473896b1e8abeb8ddb966447632c057321 (patch)
tree1300d2f511f129e260510f7118785d26db8cc79b /lib/sqlalchemy/sql/ddl.py
parent226c7ec7904ae325e0db35ce7841b4aa0d33974f (diff)
downloadsqlalchemy-pr/43.tar.gz
Fix indentation issues in docstringspr/43
Diffstat (limited to 'lib/sqlalchemy/sql/ddl.py')
-rw-r--r--lib/sqlalchemy/sql/ddl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/sql/ddl.py b/lib/sqlalchemy/sql/ddl.py
index 72ef07732..f239cdf0f 100644
--- a/lib/sqlalchemy/sql/ddl.py
+++ b/lib/sqlalchemy/sql/ddl.py
@@ -195,7 +195,7 @@ class DDLElement(Executable, _DDLCompiles):
If the callable returns a true value, the DDL statement will be
executed.
- :param state: any value which will be passed to the callable_
+ :param state: any value which will be passed to the callable\_
as the ``state`` keyword argument.
.. seealso::