Merge pull request #91 from DavidMuller/patch-1

Fix Typo in concepts.rst
This commit is contained in:
Andrew Godwin 2016-03-17 19:49:14 -03:00
commit c58db806b6

View File

@ -91,7 +91,7 @@ single process tied to a WSGI server, Django runs in three separate layers:
cover this later.
* The channel backend, which is a combination of pluggable Python code and
a datastore (a database, or Redis) and responsible for transporting messages.
a datastore (a database, or Redis) responsible for transporting messages.
* The workers, that listen on all relevant channels and run consumer code
when a message is ready.