Skip to content

Commit

Permalink
docs: Typo in the example
Browse files Browse the repository at this point in the history
  • Loading branch information
psaiz authored and ntarocco committed Jun 25, 2024
1 parent ea0b24b commit 42690e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion invenio_celery/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def sum(x, y):
.. code-block:: python
from mymoudle.tasks import sum
from mymodule.tasks import sum
result = sum.delay(2, 2)
Periodic tasks
Expand Down

0 comments on commit 42690e8

Please sign in to comment.