From 35a458c7822a8071a61da84fce021fb42cd9b086 Mon Sep 17 00:00:00 2001 From: Glyph Date: Thu, 6 Sep 2018 15:58:12 -0700 Subject: [PATCH] minor spelling correction --- lib/sqlalchemy/dialects/postgresql/dml.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sqlalchemy/dialects/postgresql/dml.py b/lib/sqlalchemy/dialects/postgresql/dml.py index 9e049fa7b0..555a9006ce 100644 --- a/lib/sqlalchemy/dialects/postgresql/dml.py +++ b/lib/sqlalchemy/dialects/postgresql/dml.py @@ -32,7 +32,7 @@ class Insert(StandardInsert): PG's ON CONFLICT clause allows reference to the row that would be inserted, known as ``excluded``. This attribute provides - all columns in this row to be referenaceable. + all columns in this row to be referenceable. .. seealso:: -- 2.47.2