Skip to content

Commit 6b6117f

Browse files
jackielenggeorgepsarakis
authored andcommitted
Fix typo in retry docstring.
1 parent 10adb99 commit 6b6117f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

celery/app/task.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ def retry(self, args=None, kwargs=None, exc=None, throw=True,
619619
If no exception was raised it will raise the ``exc``
620620
argument provided.
621621
countdown (float): Time in seconds to delay the retry for.
622-
eta (~datetime.dateime): Explicit time and date to run the
622+
eta (~datetime.datetime): Explicit time and date to run the
623623
retry at.
624624
max_retries (int): If set, overrides the default retry limit for
625625
this execution. Changes to this parameter don't propagate to

0 commit comments

Comments
 (0)