summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/elements.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sqlalchemy/sql/elements.py')
-rw-r--r--lib/sqlalchemy/sql/elements.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/sqlalchemy/sql/elements.py b/lib/sqlalchemy/sql/elements.py
index 3caa380ee..3045cb84e 100644
--- a/lib/sqlalchemy/sql/elements.py
+++ b/lib/sqlalchemy/sql/elements.py
@@ -2214,7 +2214,8 @@ class Tuple(ClauseList, ColumnElement):
def __init__(self, *clauses, **kw):
"""Return a :class:`.Tuple`.
- Main usage is to produce a composite IN construct::
+ Main usage is to produce a composite IN construct using
+ :meth:`.ColumnOperators.in_` ::
from sqlalchemy import tuple_