From: mgjo5899 Date: Sun, 21 Mar 2021 20:40:44 +0000 (-0500) Subject: earler -> earlier X-Git-Tag: rel_1_4_3~18^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=365e5295b808a16104b71866d5e31d898101f90b;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git earler -> earlier --- diff --git a/doc/build/tutorial/metadata.rst b/doc/build/tutorial/metadata.rst index 365e996857..576dd544c1 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