From 4ed1d73789c99661dcd84b8097c2bd8331484dba Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Sat, 2 Jan 2016 18:50:59 -0800 Subject: [PATCH] Remove redundant sentence --- docs/asgi.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/asgi.rst b/docs/asgi.rst index da53c1e..e314bcf 100644 --- a/docs/asgi.rst +++ b/docs/asgi.rst @@ -174,11 +174,11 @@ number). Extensions ---------- -ASGI has the concept of *extensions*, of which one is specified in this -document. Extensions are functionality that is +Extensions are functionality that is not required for basic application code and nearly all protocol server -code, and so has been made optional in order to encourage lighter-weight -channel layers to be written. +code, and so has been made optional in order to enable lightweight +channel layers for applications that don't need the full feature set defined +here. There are two extensions defined here: the ``groups`` extension, which is expanded on below, and the ``statistics`` extension, which allows