]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Improve formatting of data_select.rst (#10931)
authorUmer Zia <umer.farooq.042@gmail.com>
Tue, 6 Feb 2024 17:56:09 +0000 (18:56 +0100)
committerGitHub <noreply@github.com>
Tue, 6 Feb 2024 17:56:09 +0000 (18:56 +0100)
doc/build/tutorial/data_select.rst

index c3732d5aa312febcd77430dd2b3ba02e86e97f76..42b484de8e470e1a2bf1a5c7ca3913dadb8cf7c9 100644 (file)
@@ -1124,7 +1124,7 @@ When using :meth:`_expression.Select.lateral`, the behavior of
 UNION, UNION ALL and other set operations
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
-In SQL,SELECT statements can be merged together using the UNION or UNION ALL
+In SQL, SELECT statements can be merged together using the UNION or UNION ALL
 SQL operation, which produces the set of all rows produced by one or more
 statements together.  Other set operations such as INTERSECT [ALL] and
 EXCEPT [ALL] are also possible.