From: Glyph Date: Thu, 6 Sep 2018 22:58:12 +0000 (-0700) Subject: minor spelling correction X-Git-Tag: rel_1_3_0b1~83 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35a458c7822a8071a61da84fce021fb42cd9b086;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git minor spelling correction --- 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::