Browse Source

Added a missing comma in the docs.

Jeremy Cline 9 years ago
parent
commit
34538d6201
1 changed files with 1 additions and 1 deletions
  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.