]> 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:15 +0000 (15:29 -0400)
(cherry picked from commit 26d9a29514ea0949f09f75622065e737fabeabe1)

lib/sqlalchemy/dialects/postgresql/base.py

index 88dd061e93565efcecaec8c0deab3fb3f0fdb974..5088addc4a301d7745c1e07ce9ea7c25e8487675 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.