فهرست منبع

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

Ask Solem 8 سال پیش
والد
کامیت
272b084407
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      docs/getting-started/first-steps-with-celery.rst

+ 1 - 1
docs/getting-started/first-steps-with-celery.rst

@@ -216,7 +216,7 @@ and -- or you can define your own.
 
 For this example we use the `rpc` result backend, that sends states
 back as transient messages. The backend is specified via the ``backend`` argument to
-:class:`@Celery`, (or via the :setting:`task_result_backend` setting if
+:class:`@Celery`, (or via the :setting:`result_backend` setting if
 you choose to use a configuration module):
 
 .. code-block:: python