From 5ed90cb05a1526c854e3e8f84a5c29d0379bfa95 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Wed, 9 Sep 2020 10:24:15 -0400 Subject: Repair documentation issues Fixes some remaining issues detailed at #5428. Fixes: #5428 Change-Id: I942a64411766fc82f30791eee570747a218af77d --- lib/sqlalchemy/sql/selectable.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'lib/sqlalchemy/sql/selectable.py') diff --git a/lib/sqlalchemy/sql/selectable.py b/lib/sqlalchemy/sql/selectable.py index ea3bb0512..0c808e7a7 100644 --- a/lib/sqlalchemy/sql/selectable.py +++ b/lib/sqlalchemy/sql/selectable.py @@ -4108,9 +4108,11 @@ class Select( column with its parent table's (or aliases) name so that name conflicts between columns in different tables don't occur. The format of the label is ``_``. The "c" - collection of the resulting :class:`_expression.Select` - object will use these - names as well for targeting column members. + collection of a :class:`_expression.Subquery` created + against this :class:`_expression.Select` + object, as well as the :attr:`_expression.Select.selected_columns` + collection of the :class:`_expression.Select` itself, will use these + names for targeting column members. This parameter can also be specified on an existing :class:`_expression.Select` object using the -- cgit v1.2.1