]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Typo fix 4940/head
authorAles Dokshanin <3935698+alesdokshanin@users.noreply.github.com>
Wed, 23 Oct 2019 15:37:49 +0000 (18:37 +0300)
committerGitHub <noreply@github.com>
Wed, 23 Oct 2019 15:37:49 +0000 (18:37 +0300)
lib/sqlalchemy/dialects/postgresql/base.py

index 0ea6d429607c9df2a49f945d1bca81a7c5660539..909d568a7f291fb04b4854407628e591c7f1842b 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.