]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
doc grammar updates 4565/head
authorMengxi Zhang <luke.zhang@auperatech.com>
Wed, 22 May 2019 19:46:16 +0000 (12:46 -0700)
committerMengxi Zhang <luke.zhang@auperatech.com>
Wed, 22 May 2019 19:46:16 +0000 (12:46 -0700)
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 d72b098fa27e988eb05451adb30fd5ea9409e8ca..263613dcf04bc9a8bdfebbe1d0669b7490c086ea 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