Update celery.rst

small typo
This commit is contained in:
Hugo Montenegro 2021-06-08 19:01:07 +02:00 committed by GitHub
parent 63893a427b
commit 92bed66194
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