]> 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)
committerFrank Carnovale <frank.carnovale@gmail.com>
Thu, 12 May 2016 16:57:11 +0000 (17:57 +0100)
doc/build/glossary.rst

index b9329c8011b3d972fb1ea457f82e3049813afda0..76b672b8871346946ad11e337402da95450501c5 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