mirror of
https://github.com/django/django.git
synced 2025-04-05 05:56:42 +00:00
Remove typod module name
This commit is contained in:
parent
646e0746f1
commit
d83c561f9c
@ -175,7 +175,7 @@ Defining tasks
|
||||
Tasks are defined using the :meth:`django.tasks.task` decorator on a
|
||||
module-level function::
|
||||
|
||||
from django_tasks import task
|
||||
from django.tasks import task
|
||||
|
||||
|
||||
@task()
|
||||
|
Loading…
x
Reference in New Issue
Block a user