summaryrefslogtreecommitdiff
path: root/doc/build/tutorial/data_select.rst
diff options
context:
space:
mode:
authorKevin Kirsche <kevin.kirsche@one.verizon.com>2021-09-08 15:14:56 -0400
committerGitHub <noreply@github.com>2021-09-08 21:14:56 +0200
commita4abb4e396e3d3463629edca360b815c6d0428f7 (patch)
treeaf9f38a9df61f99b6855b6c8dcc075112d06d198 /doc/build/tutorial/data_select.rst
parent32eb591f05f392db58122c81c80f11c06737c5d8 (diff)
downloadsqlalchemy-a4abb4e396e3d3463629edca360b815c6d0428f7.tar.gz
fix: typos in doc/build/tutorial (#7005)
Diffstat (limited to 'doc/build/tutorial/data_select.rst')
-rw-r--r--doc/build/tutorial/data_select.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/tutorial/data_select.rst b/doc/build/tutorial/data_select.rst
index 6ff47087c..0275319ee 100644
--- a/doc/build/tutorial/data_select.rst
+++ b/doc/build/tutorial/data_select.rst
@@ -677,7 +677,7 @@ Using Aliases
^^^^^^^^^^^^^
Now that we are selecting from multiple tables and using joins, we quickly
-run into the case where we need to refer to the same table mutiple times
+run into the case where we need to refer to the same table multiple times
in the FROM clause of a statement. We accomplish this using SQL **aliases**,
which are a syntax that supplies an alternative name to a table or subquery
from which it can be referred towards in the statement.