1
0
mirror of https://github.com/django/django.git synced 2025-06-05 03:29:12 +00:00

Remove typod module name

This commit is contained in:
Jake Howard 2024-10-17 17:22:47 +01:00
parent 646e0746f1
commit d83c561f9c
No known key found for this signature in database
GPG Key ID: 57AFB45680EDD477

View File

@ -175,7 +175,7 @@ Defining tasks
Tasks are defined using the :meth:`django.tasks.task` decorator on a Tasks are defined using the :meth:`django.tasks.task` decorator on a
module-level function:: module-level function::
from django_tasks import task from django.tasks import task
@task() @task()