Pārlūkot izejas kodu

Fixed typo schedule -> scheduled

Ask Solem 15 gadi atpakaļ
vecāks
revīzija
7fc0364b97
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      celery/conf.py

+ 1 - 1
celery/conf.py

@@ -61,7 +61,7 @@ _DEFAULTS = {
 }
 
 _DEPRECATION_FMT = """
-%s is deprecated in favor of %s and is schedule for removal in celery v1.2.
+%s is deprecated in favor of %s and is scheduled for removal in celery v1.2.
 """.strip()
 
 def _get(name, default=None, compat=None):