Skip to content

Commit ab1aac7

Browse files
eduramirezhauvipy
authored andcommitted
Fix typo (celery#4779)
1 parent 3867341 commit ab1aac7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

celery/app/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ class Celery(object):
170170
fixups (List[str]): List of fix-up plug-ins (e.g., see
171171
:mod:`celery.fixups.django`).
172172
config_source (Union[str, type]): Take configuration from a class,
173-
or object. Attributes may include any setings described in
173+
or object. Attributes may include any settings described in
174174
the documentation.
175175
"""
176176

0 commit comments

Comments
 (0)