Просмотр исходного кода

Merge pull request #2889 from jeremycline/docs-config-typo

Added a missing comma in the docs.
Ask Solem Hoel 9 лет назад
Родитель
Сommit
88b5707e2e
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      docs/getting-started/first-steps-with-celery.rst

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

@@ -275,7 +275,7 @@ See :mod:`celery.result` for the complete result object reference.
 Configuration
 =============
 
-Celery, like a consumer appliance doesn't need much to be operated.
+Celery, like a consumer appliance, doesn't need much to be operated.
 It has an input and an output, where you must connect the input to a broker and maybe
 the output to a result backend if so wanted.  But if you look closely at the back
 there's a lid revealing loads of sliders, dials and buttons: this is the configuration.