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