Browse Source

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

Branko Čibej 14 năm trước cách đây
mục cha
commit
5d34c3f5e6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 = {}