Jelajahi Sumber

Fixed typo schedule -> scheduled

Ask Solem 15 tahun lalu
induk
melakukan
7fc0364b97
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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):