Ver Fonte

Fixed typo schedule -> scheduled

Ask Solem há 15 anos atrás
pai
commit
7fc0364b97
1 ficheiros alterados com 1 adições e 1 exclusões
  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):