소스 검색

It's not about default values any more ...

Branko Čibej 14 년 전
부모
커밋
5d34c3f5e6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      celery/tests/test_task/test_context.py

+ 1 - 1
celery/tests/test_task/test_context.py

@@ -6,7 +6,7 @@ from celery.tests.utils import unittest
 from celery.task.base import Context
 
 
-# Retreive the default values of all context attributes as a
+# Retreive the values of all context attributes as a
 # dictionary in an implementation-agnostic manner.
 def get_context_as_dict(ctx, getter=getattr):
     defaults = {}