Skip to content

Correct type of request in task_revoked documentation#8616

Merged
Nusnus merged 1 commit intocelery:mainfrom
RJPercival:patch-1
Nov 7, 2023
Merged

Correct type of request in task_revoked documentation#8616
Nusnus merged 1 commit intocelery:mainfrom
RJPercival:patch-1

Conversation

@RJPercival
Copy link
Contributor

Description

The documentation erroneously claimed it was a Request instance when it is actually a Context instance.

Fixes #8615

The documentation erroneously claimed it was a `Request` instance when it is actually a `Context` instance.
@Nusnus Nusnus merged commit 8f6679f into celery:main Nov 7, 2023
@auvipy auvipy added this to the 5.3.x milestone Nov 7, 2023
frolenkov-nikita pushed a commit to frolenkov-nikita/celery that referenced this pull request Nov 7, 2023
The documentation erroneously claimed it was a `Request` instance when it is actually a `Context` instance.
@RJPercival RJPercival deleted the patch-1 branch November 7, 2023 22:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

task_revoked documentation states wrong type for request parameter

3 participants