]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
doc grammar updates
authorMengxi Zhang <luke.zhang@auperatech.com>
Wed, 22 May 2019 19:46:16 +0000 (12:46 -0700)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 23 May 2019 18:30:08 +0000 (14:30 -0400)
(cherry picked from commit aabd369670fff4d99501c0be4632a9873372ba78)

doc/build/core/sqlelement.rst
doc/build/glossary.rst

index 116c3cc6b7f888c8798b652e88054ebebeb17ac1..bdd2091f61661439bda480fea84ebd99792da8f9 100644 (file)
@@ -3,7 +3,7 @@ Column Elements and Expressions
 
 .. module:: sqlalchemy.sql.expression
 
-The expression API consists of a series of classes that each represent a
+The expression API consists of a series of classes each of which represents a
 specific lexical element within a SQL string.  Composed together
 into a larger structure, they form a statement construct that may
 be *compiled* into a string representation that can be passed to a database.
index 595c2e8a8d59ade397127c6a6a26fd609abde616..2187d626154c463ccf6f9fe6910ecfecb0903da4 100644 (file)
@@ -107,7 +107,7 @@ Glossary
         made available.  The SQLAlchemy :term:`mapping` process,
         among other things, adds database-enabled :term:`descriptors`
         to a mapped
-        class which each represent a particular database column
+        class each of which represents a particular database column
         or relationship to a related class.
 
     identity map