From 7e588aadaab27a53b226a4637be9b4022ab46956 Mon Sep 17 00:00:00 2001 From: Min ho Kim Date: Sun, 21 Jul 2019 10:51:29 +1000 Subject: Fix typos --- lib/sqlalchemy/sql/selectable.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/sqlalchemy/sql/selectable.py') diff --git a/lib/sqlalchemy/sql/selectable.py b/lib/sqlalchemy/sql/selectable.py index 10643c9e4..03dbcd449 100644 --- a/lib/sqlalchemy/sql/selectable.py +++ b/lib/sqlalchemy/sql/selectable.py @@ -2976,7 +2976,7 @@ class CompoundSelect(GenerativeSelect): For a :class:`.CompoundSelect`, the :attr:`.CompoundSelect.selected_columns` attribute returns the selected - columns of the first SELECT statement contined within the series of + columns of the first SELECT statement contained within the series of statements within the set operation. .. versionadded:: 1.4 -- cgit v1.2.1