summaryrefslogtreecommitdiff
path: root/doc/build/tutorial
diff options
context:
space:
mode:
authorTim Stewart <timoteostewart1977@gmail.com>2023-04-20 12:42:02 -0500
committerGitHub <noreply@github.com>2023-04-20 19:42:02 +0200
commitbf3a395e8f3c8814cab25e980a8762ef484bbb56 (patch)
tree6d4b863f206b19e9b868bf17fee760de8efbaf79 /doc/build/tutorial
parentfc2bcead435a9bf0a2de8e9b15a1bd835f9d7fe4 (diff)
downloadsqlalchemy-bf3a395e8f3c8814cab25e980a8762ef484bbb56.tar.gz
fix typo ('resemblence' -> 'resemblance') (#9674)
Diffstat (limited to 'doc/build/tutorial')
-rw-r--r--doc/build/tutorial/metadata.rst6
1 files changed, 1 insertions, 5 deletions
diff --git a/doc/build/tutorial/metadata.rst b/doc/build/tutorial/metadata.rst
index aa3bf801d..8ee87480a 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.
-
-
-
-