]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
typo in glossary#FROMclause: s/incicates/indicates/
authorFrank Carnovale <frank.carnovale@gmail.com>
Thu, 12 May 2016 16:51:03 +0000 (17:51 +0100)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 12 May 2016 18:21:39 +0000 (14:21 -0400)
(cherry picked from commit 1d81219aec83317208cc85333256499636b19cf8)

doc/build/glossary.rst

index c11190c539f5255a4f31583db1f9863143bf93de..f7c6d881f66010465982d31fde92df7246118d36 100644 (file)
@@ -360,7 +360,7 @@ Glossary
         comprises the WHERE clause of the ``SELECT``.
 
     FROM clause
-        The portion of the ``SELECT`` statement which incicates the initial
+        The portion of the ``SELECT`` statement which indicates the initial
         source of rows.
 
         A simple ``SELECT`` will feature one or more table names in its