From 8f9d40b659dba2bfed1e6f0321d4ba5b2f2f1722 Mon Sep 17 00:00:00 2001 From: Philippe Ombredanne Date: Sun, 10 Jan 2016 13:03:19 +0100 Subject: [PATCH] Fixed minor doc typo. --- docs/concepts.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts.rst b/docs/concepts.rst index 7b32115..b523d49 100644 --- a/docs/concepts.rst +++ b/docs/concepts.rst @@ -14,7 +14,7 @@ could easily offload until after a response has been sent - like saving things into a cache or thumbnailing newly-uploaded images. Channels changes the way Django runs to be "event oriented" - rather than -just responding to requests, instead Django responses to a wide array of events +just responding to requests, instead Django responds to a wide array of events sent on *channels*. There's still no persistent state - each event handler, or *consumer* as we call them, is called independently in a way much like a view is called.