Skip to content

Commit 8c1408f

Browse files
committed
Fix typo in code example for upsert condition
1 parent 7436393 commit 8c1408f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/conflict_handling.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ A row level lock is acquired before evaluating the condition and proceeding with
170170

171171
.. code-block:: python
172172
173-
RawSQL("name != + henk, tuple())
173+
RawSQL("name != " + henk, tuple())
174174
175175
176176
.. code-block:: python

0 commit comments

Comments
 (0)