Преглед на файлове

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

Ask Solem преди 11 години
родител
ревизия
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.