From 44b10836e06e309cea531fd8628982811c18ad5c Mon Sep 17 00:00:00 2001 From: NiiEquity Date: Mon, 21 Dec 2015 15:03:55 +0000 Subject: [PATCH] Update concepts.rst Correct the repetition of "channels" --- docs/concepts.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts.rst b/docs/concepts.rst index 53a4904..02c047d 100644 --- a/docs/concepts.rst +++ b/docs/concepts.rst @@ -48,7 +48,7 @@ will start getting served those queued messages. If you've used `channels in Go `_: Go channels are reasonably similar to Django ones. The key difference is that -Django channels channels are network-transparent; the implementations +Django channels are network-transparent; the implementations of channels we provide are all accessible across a network to consumers and producers running in different processes or on different machines.