Explorar o código

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

Ask Solem %!s(int64=8) %!d(string=hai) anos
pai
achega
272b084407
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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