Skip to content

Commit

Permalink
Docfix: pip install celery[sqs] -> pip install "celery[sqs]" (#8829)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nusnus committed Jan 31, 2024
1 parent 58d2e67 commit 32a285d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started/backends-and-brokers/sqs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ the ``celery[sqs]`` :ref:`bundle <bundles>`:

.. code-block:: console
$ pip install celery[sqs]
$ pip install "celery[sqs]"
.. _broker-sqs-configuration:

Expand Down

0 comments on commit 32a285d

Please sign in to comment.