mirror of
https://github.com/HackSoftware/Django-Styleguide.git
synced 2025-02-16 19:41:00 +03:00
Fix typo in README.md
exmaple should be example.
This commit is contained in:
parent
ff7828c3ea
commit
a8b7d54122
|
@ -1095,7 +1095,7 @@ We use [Celery](http://www.celeryproject.org/) for the following general cases:
|
|||
|
||||
We try to treat Celery as if it's just another interface to our core logic - meaning - **don't put business logic there.**
|
||||
|
||||
An exmaple task might look like this:
|
||||
An example task might look like this:
|
||||
|
||||
```python
|
||||
from celery import shared_task
|
||||
|
|
Loading…
Reference in New Issue
Block a user