]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Typo fix
authorAles Dokshanin <3935698+alesdokshanin@users.noreply.github.com>
Wed, 23 Oct 2019 15:37:49 +0000 (18:37 +0300)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 28 Oct 2019 19:29:02 +0000 (15:29 -0400)
(cherry picked from commit 26d9a29514ea0949f09f75622065e737fabeabe1)

lib/sqlalchemy/dialects/postgresql/base.py

index 32db3a679902041f6d1563a33f290c5061fabc93..55203894238c75db6b4a618f17a84174df3be421 100644 (file)
@@ -409,7 +409,7 @@ for UPDATE::
 
     The :meth:`.Insert.on_conflict_do_update` method does **not** take into
     account Python-side default UPDATE values or generation functions, e.g.
-    e.g. those specified using :paramref:`.Column.onupdate`.
+    those specified using :paramref:`.Column.onupdate`.
     These values will not be exercised for an ON CONFLICT style of UPDATE,
     unless they are manually specified in the
     :paramref:`.Insert.on_conflict_do_update.set_` dictionary.