Skip to content

Commit 84db8bf

Browse files
committed
docs: fix typo in code comments
JIRA: CQ-1005
1 parent aef2266 commit 84db8bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gooddata-flight-server/gooddata_flight_server/tasks/thread_task_executor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ def cancel(self) -> bool:
270270
"""
271271
Cancels the execution.
272272
273-
IMPORTANT: task executor most not hold any locks at the time of cancellation.
273+
IMPORTANT: task executor must not hold any locks at the time of cancellation.
274274
275275
:return: True if cancel was successful, false if it was not possible
276276
"""

0 commit comments

Comments
 (0)