소스 검색

fixed typo

Ask Solem 14 년 전
부모
커밋
1b00e87e45
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      celery/decorators.py

+ 1 - 1
celery/decorators.py

@@ -3,7 +3,7 @@
 celery.decorators✞
 ==================
 
-Depreacted decorators, use `celery.task.task`,
+Deprecated decorators, use `celery.task.task`,
 and `celery.task.periodic_task` instead.
 
 The new decorators does not support magic keyword arguments.