From 35a458c7822a8071a61da84fce021fb42cd9b086 Mon Sep 17 00:00:00 2001 From: Glyph Date: Thu, 6 Sep 2018 15:58:12 -0700 Subject: minor spelling correction --- lib/sqlalchemy/dialects/postgresql/dml.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/sqlalchemy/dialects/postgresql/dml.py') diff --git a/lib/sqlalchemy/dialects/postgresql/dml.py b/lib/sqlalchemy/dialects/postgresql/dml.py index 9e049fa7b..555a9006c 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:: -- cgit v1.2.1