We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aef2266 commit 84db8bfCopy full SHA for 84db8bf
gooddata-flight-server/gooddata_flight_server/tasks/thread_task_executor.py
@@ -270,7 +270,7 @@ def cancel(self) -> bool:
270
"""
271
Cancels the execution.
272
273
- IMPORTANT: task executor most not hold any locks at the time of cancellation.
+ IMPORTANT: task executor must not hold any locks at the time of cancellation.
274
275
:return: True if cancel was successful, false if it was not possible
276
0 commit comments