Merge pull request #4142 from Hugo0/patch-1

Update celery.rst
This commit is contained in:
David Lord 2021-06-08 10:06:35 -07:00 committed by GitHub
commit 399b851ed7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -64,7 +64,7 @@ An example task
Let's write a task that adds two numbers together and returns the result. We
configure Celery's broker and backend to use Redis, create a ``celery``
application using the factor from above, and then use it to define the task. ::
application using the factory from above, and then use it to define the task. ::
from flask import Flask