Skip to content

Commit 3a78790

Browse files
committed
Fix typo with post_trigger_include
1 parent a596945 commit 3a78790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/nosql/how-to-use-stored-procedures-triggers-udfs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ The following code shows how to call a post-trigger using the Python SDK:
564564
```python
565565
item = {'category': 'Personal', 'name': 'Groceries',
566566
'description': 'Pick up strawberries', 'isComplete': False}
567-
container.create_item(item, {'post_trigger_include': 'trgPreValidateToDoItemTimestamp'})
567+
container.create_item(item, pre_trigger_include='trgPreValidateToDoItemTimestamp')
568568
```
569569

570570
---

0 commit comments

Comments
 (0)