From bf3a395e8f3c8814cab25e980a8762ef484bbb56 Mon Sep 17 00:00:00 2001 From: Tim Stewart Date: Thu, 20 Apr 2023 12:42:02 -0500 Subject: [PATCH] fix typo ('resemblence' -> 'resemblance') (#9674) --- doc/build/tutorial/metadata.rst | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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. - - - - -- 2.47.3