Skip to content

Commit e391eda

Browse files
Update daprdocs/content/en/python-sdk-docs/python-actor.md
didnt see this earlier whoops Co-authored-by: Elena Kolevska <[email protected]> Signed-off-by: Lorenzo Curcio <[email protected]>
1 parent e788174 commit e391eda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

daprdocs/content/en/python-sdk-docs/python-actor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ A [str, ActorReminderData] dict which holds the active actor reminders. Any acto
9494
**Note: The timers and reminders will never actually trigger. The dictionaries exist only so methods that should add or remove timers/reminders can be tested. If you need to test the callbacks they should activate, you should call them directly with the appropriate values:**
9595
```
9696
result = await mock_actor.recieve_reminder(name, state, due_time, period, _ttl)
97-
# Test the result directly or test for side effects (like changing state) by querying _state_manager._mock_state
97+
# Test the result directly or test for side effects (like changing state) by querying `_state_manager._mock_state`
9898
```
9999

100100
### Usage and Limitations

0 commit comments

Comments
 (0)