Checklist
Related Issues and Possible Duplicates
Related Issues
Possible Duplicates
Description
docs/getting-started/next-steps.rst includes the text:
The backend argument specifies the result backend to use, It's used to keep track of task state and results. While results are disabled by default I use the RPC result backend here because I demonstrate how retrieving results work later, you may want to use a different backend for your application
However, the code that is included is examples/next-steps/proj/celery.py which uses the amqp backend.
Screenshot of the issue:

Suggestions
Simply change the next-steps.rst doc file to say "I use the AMQP/Rabbitmq result backend here because..."
Checklist
for similar or identical bug reports.
for existing proposed fixes.
to find out if the bug was already fixed in the master branch.
(If there are none, check this box anyway).
Related Issues and Possible Duplicates
Related Issues
Possible Duplicates
Description
docs/getting-started/next-steps.rstincludes the text:However, the code that is included is
examples/next-steps/proj/celery.pywhich uses the amqp backend.Screenshot of the issue:
Suggestions
Simply change the next-steps.rst doc file to say "I use the AMQP/Rabbitmq result backend here because..."