Prechádzať zdrojové kódy

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

Branko Čibej 14 rokov pred
rodič
commit
5d34c3f5e6
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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 = {}