forked from orbit-oss/flask
Update celery.rst
small typo
This commit is contained in:
parent
63893a427b
commit
92bed66194
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ An example task
|
||||||
|
|
||||||
Let's write a task that adds two numbers together and returns the result. We
|
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``
|
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
|
from flask import Flask
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue