summaryrefslogtreecommitdiff
path: root/test/sql/test_update.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/sql/test_update.py')
-rw-r--r--test/sql/test_update.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sql/test_update.py b/test/sql/test_update.py
index 556bb848e..6bacdcf72 100644
--- a/test/sql/test_update.py
+++ b/test/sql/test_update.py
@@ -369,7 +369,7 @@ class UpdateTest(_UpdateFromTestBase, fixtures.TablesTest, AssertsCompiledSQL):
this logic is triggered currently by a left side that doesn't
have a key. The current supported use case is updating the index
- of a Postgresql ARRAY type.
+ of a PostgreSQL ARRAY type.
"""
table1 = self.tables.mytable