diff options
author | Min ho Kim <minho42@gmail.com> | 2019-07-21 10:51:29 +1000 |
---|---|---|
committer | Min ho Kim <minho42@gmail.com> | 2019-07-21 10:51:29 +1000 |
commit | 7e588aadaab27a53b226a4637be9b4022ab46956 (patch) | |
tree | 9a38b84206b3ada32b2b8e9a53ec68515438a8a9 /lib/sqlalchemy/sql/selectable.py | |
parent | 463c488d8e52725d1bf48229a9110b850a70418b (diff) | |
download | sqlalchemy-7e588aadaab27a53b226a4637be9b4022ab46956.tar.gz |
Fix typos
Diffstat (limited to 'lib/sqlalchemy/sql/selectable.py')
-rw-r--r-- | lib/sqlalchemy/sql/selectable.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |