From 46ea90e0958e6db2d211ba6439f98a7cd3dd8e38 Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Sat, 2 Jan 2016 22:42:40 -0800 Subject: [PATCH] Spec tweaks --- docs/asgi.rst | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/asgi.rst b/docs/asgi.rst index e314bcf..2cc1442 100644 --- a/docs/asgi.rst +++ b/docs/asgi.rst @@ -2,10 +2,8 @@ Draft ASGI Spec =============== -**NOTE: This is still heavily in-progress, and should not even be -considered draft yet. Even the name might change; this is being written -as development progresses.** - +**NOTE: This is still in-progress, and may change substantially as development +progresses.** Abstract ======== @@ -287,7 +285,7 @@ A *channel layer* should provide an object with these attributes * ``extensions``, a list of unicode string names indicating which extensions this layer provides, or empty if it supports none. - The only valid extension name is ``groups``. + The only valid extension names are ``groups`` and ``statistics`. A channel layer implementing the ``groups`` extension must also provide: