From 5671f919dfcf6b43b4956a896374445eff78f243 Mon Sep 17 00:00:00 2001 From: David Muller Date: Thu, 17 Mar 2016 11:31:50 -0700 Subject: [PATCH] fix typo -- remove extraneous 'and' --- docs/concepts.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts.rst b/docs/concepts.rst index 3364d7b..1accddd 100644 --- a/docs/concepts.rst +++ b/docs/concepts.rst @@ -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.