diff options
Diffstat (limited to 'lib/sqlalchemy/sql/ddl.py')
-rw-r--r-- | lib/sqlalchemy/sql/ddl.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/sql/ddl.py b/lib/sqlalchemy/sql/ddl.py index fd930ddc9..5463afe99 100644 --- a/lib/sqlalchemy/sql/ddl.py +++ b/lib/sqlalchemy/sql/ddl.py @@ -143,7 +143,7 @@ class DDLElement(Executable, _DDLCompiles): @_generative def execute_if(self, dialect=None, callable_=None, state=None): - """Return a callable that will execute this + r"""Return a callable that will execute this DDLElement conditionally. Used to provide a wrapper for event listening:: |