Skip to content

Commit 289c594

Browse files
committed
Fix docstring
1 parent 55fcec3 commit 289c594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django_tasks/exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
class InvalidTaskError(Exception):
55
"""
6-
The provided task function is invalid.
6+
The provided task is invalid.
77
"""
88

99

0 commit comments

Comments
 (0)