summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormgjo5899 <mgjo5899@gmail.com>2021-03-21 15:40:44 -0500
committermgjo5899 <mgjo5899@gmail.com>2021-03-21 15:40:44 -0500
commit365e5295b808a16104b71866d5e31d898101f90b (patch)
treee4edda0df0b7c2d8ffa0147808568639d021eb78
parent3329b7eba3be7d462bbc2a0e7022bd62a0ea6a93 (diff)
downloadsqlalchemy-365e5295b808a16104b71866d5e31d898101f90b.tar.gz
earler -> earlier
-rw-r--r--doc/build/tutorial/metadata.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/tutorial/metadata.rst b/doc/build/tutorial/metadata.rst
index 365e99685..576dd544c 100644
--- a/doc/build/tutorial/metadata.rst
+++ b/doc/build/tutorial/metadata.rst
@@ -489,7 +489,7 @@ the reflection process does it in reverse.
As an example of reflection, we will create a new :class:`_schema.Table`
object which represents the ``some_table`` object we created manually in
-the earler sections of this document. There are again some varieties of
+the earlier sections of this document. There are again some varieties of
how this is performed, however the most basic is to construct a
:class:`_schema.Table` object, given the name of the table and a
:class:`_schema.MetaData` collection to which it will belong, then