Skip to content

Commit 95e6d08

Browse files
committed
fix typo
1 parent a44aad2 commit 95e6d08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/task_processor/decorators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def register_task_handler( # noqa: C901
144144
the task processor Defaults to `None` (infinite).
145145
:param TaskPriority priority: task priority.
146146
:param bool transaction_on_commit: (`SEPARATE_THREAD` task run method only)
147-
Whether to wrap the task call in `transanction.on_commit`. Defaults to `True`.
147+
Whether to wrap the task call in `transaction.on_commit`. Defaults to `True`.
148148
We need this for the task to be able to access data committed with the current
149149
transaction. If the task is invoked outside of a transaction, it will start
150150
immediately.

0 commit comments

Comments
 (0)