From: Tim Stewart Date: Thu, 20 Apr 2023 17:42:02 +0000 (-0500) Subject: fix typo ('resemblence' -> 'resemblance') (#9674) X-Git-Tag: rel_2_0_10~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bf3a395e8f3c8814cab25e980a8762ef484bbb56;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git fix typo ('resemblence' -> 'resemblance') (#9674) --- diff --git a/doc/build/tutorial/metadata.rst b/doc/build/tutorial/metadata.rst index aa3bf801df..8ee87480af 100644 --- a/doc/build/tutorial/metadata.rst +++ b/doc/build/tutorial/metadata.rst @@ -115,7 +115,7 @@ Components of ``Table`` ^^^^^^^^^^^^^^^^^^^^^^^ We can observe that the :class:`_schema.Table` construct as written in Python -has a resemblence to a SQL CREATE TABLE statement; starting with the table +has a resemblance to a SQL CREATE TABLE statement; starting with the table name, then listing out each column, where each column has a name and a datatype. The objects we use above are: @@ -655,7 +655,3 @@ Core and ORM table-oriented constructs that we can use to interact with these tables via a :class:`_engine.Connection` and/or ORM :class:`_orm.Session`. In the following sections, we will illustrate how to create, manipulate, and select data using these structures. - - - -