]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
minor spelling correction
authorGlyph <glyph@twistedmatrix.com>
Thu, 6 Sep 2018 22:58:12 +0000 (15:58 -0700)
committerGitHub <noreply@github.com>
Thu, 6 Sep 2018 22:58:12 +0000 (15:58 -0700)
lib/sqlalchemy/dialects/postgresql/dml.py

index 9e049fa7b0172c1138fec3f0dbaa5cb21737ec75..555a9006cee59d5bcb58461a70c6af0395a3f3d0 100644 (file)
@@ -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::