]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
fix typo ('resemblence' -> 'resemblance') (#9674)
authorTim Stewart <timoteostewart1977@gmail.com>
Thu, 20 Apr 2023 17:42:02 +0000 (12:42 -0500)
committerGitHub <noreply@github.com>
Thu, 20 Apr 2023 17:42:02 +0000 (19:42 +0200)
doc/build/tutorial/metadata.rst

index aa3bf801dfe00d8b501a430def55e9b851589dd0..8ee87480af6ac75634ce7d80fea2d420e2dab9f5 100644 (file)
@@ -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.
-
-
-
-