Просмотр исходного кода

Merge branch 'master' of github.com:celery/celery

Ask Solem 11 лет назад
Родитель
Сommit
cea1434c4b
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      celery/utils/__init__.py

+ 1 - 1
celery/utils/__init__.py

@@ -96,7 +96,7 @@ def deprecated(deprecation=None, removal=None,
     :keyword deprecation: Version that marks first deprecation, if this
     :keyword deprecation: Version that marks first deprecation, if this
       argument is not set a ``PendingDeprecationWarning`` will be emitted
       argument is not set a ``PendingDeprecationWarning`` will be emitted
       instead.
       instead.
-    :keyword removed:  Future version when this feature will be removed.
+    :keyword removal:  Future version when this feature will be removed.
     :keyword alternative:  Instructions for an alternative solution (if any).
     :keyword alternative:  Instructions for an alternative solution (if any).
     :keyword description: Description of what is being deprecated.
     :keyword description: Description of what is being deprecated.