Skip to content

Commit a4d9e74

Browse files
committed
Linting
1 parent 81ca041 commit a4d9e74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

durabletask/task.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ def signal_entity(
184184
def lock_entities(self, entities: list[EntityInstanceId]) -> Task[EntityLock]:
185185
"""Creates a Task object that locks the specified entity instances.
186186
187-
The locks will be acquired the next time the orchestrator yields.
187+
The locks will be acquired the next time the orchestrator yields.
188188
Best practice is to immediately yield this Task and enter the returned EntityLock.
189189
The lock is released when the EntityLock is exited.
190190

0 commit comments

Comments
 (0)