Przeglądaj źródła

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

Branko Čibej 14 lat temu
rodzic
commit
5d34c3f5e6
1 zmienionych plików z 1 dodań i 1 usunięć
  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 = {}