Skip to content

Commit 30fca9f

Browse files
committed
Small docstring fix
1 parent 975fff6 commit 30fca9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sql_athame/dataclasses.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -914,7 +914,7 @@ async def upsert(
914914
915915
Args:
916916
connection_or_pool: Database connection or pool
917-
exclude: Field names to exclude from the UPDATE clause
917+
exclude: Field names to exclude from INSERT and UPDATE
918918
insert_only: Field names that should only be set on INSERT, not UPDATE
919919
force_update: Field names to force include in UPDATE clause, overriding insert_only settings
920920

0 commit comments

Comments
 (0)