Skip to content

Fixing minor typo in code example in calling.rst#8366

Merged
Nusnus merged 1 commit intocelery:mainfrom
dwysocki:patch-1
Jul 11, 2023
Merged

Fixing minor typo in code example in calling.rst#8366
Nusnus merged 1 commit intocelery:mainfrom
dwysocki:patch-1

Conversation

@dwysocki
Copy link
Copy Markdown
Contributor

Description

Several examples in docs/userguide/calling.rst add additional arguments to sum.add((2,2), ...) to make the result (2+2) + 16 = 20 instead of 2 + 2 = 4. One example drops the additional arguments yet still returns 20. I have corrected this to 4.

Several examples add additional arguments to `sum.add((2,2), ...)` to make the result `(2+2) + 16 = 20` instead of `2 + 2 = 4`.  One example drops the additional arguments yet still returns `20`.  I have corrected this to `4`.
@Nusnus Nusnus self-requested a review July 11, 2023 16:07
@Nusnus Nusnus merged commit 811ed96 into celery:main Jul 11, 2023
@auvipy auvipy added this to the 5.3.x milestone Jul 12, 2023
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.

3 participants