Skip to content

Commit 8b8b06a

Browse files
committed
Update doc string in expressions.py to be up-to-date
1 parent f4ce6ad commit 8b8b06a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

psqlextra/expressions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def as_sql(self, compiler, connection):
3939
4040
The resulting SQL will be:
4141
42-
hstore(ARRAY['key1', 'val1'], ARRAY['key2', 'val2'])
42+
hstore(hstore('key1', 'val1'), hstore('key2', 'val2'))
4343
"""
4444

4545
result = []

0 commit comments

Comments
 (0)