summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/compiler.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sqlalchemy/sql/compiler.py')
-rw-r--r--lib/sqlalchemy/sql/compiler.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/sqlalchemy/sql/compiler.py b/lib/sqlalchemy/sql/compiler.py
index 23c9d5c0a..9b90bf868 100644
--- a/lib/sqlalchemy/sql/compiler.py
+++ b/lib/sqlalchemy/sql/compiler.py
@@ -447,9 +447,6 @@ class Compiled(object):
:param statement: :class:`_expression.ClauseElement` to be compiled.
- :param bind: Optional Engine or Connection to compile this
- statement against.
-
:param schema_translate_map: dictionary of schema names to be
translated when forming the resultant SQL