Browse Source

fix documentation typo #nolog

pull/599/head
Miguel Grinberg 4 years ago
parent
commit
839b533d67
No known key found for this signature in database GPG Key ID: 36848B262DF5F06C
  1. 2
      docs/server.rst

2
docs/server.rst

@ -447,7 +447,7 @@ When working with distributed applications, it is often necessary to access
the functionality of the Socket.IO from multiple processes. There are two the functionality of the Socket.IO from multiple processes. There are two
specific use cases: specific use cases:
- Applications that use a work queues such as - Applications that use work queues such as
`Celery <http://www.celeryproject.org/>`_ may need to emit an event to a `Celery <http://www.celeryproject.org/>`_ may need to emit an event to a
client once a background job completes. The most convenient place to carry client once a background job completes. The most convenient place to carry
out this task is the worker process that handled this job. out this task is the worker process that handled this job.

Loading…
Cancel
Save