From 4a42ae952997b8081d123100f236900341100eb3 Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Thu, 9 Jun 2016 20:50:18 +0000 Subject: [PATCH] ? IS QUESTION MARK --- docs/asgi.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/asgi.rst b/docs/asgi.rst index c4e59d5..54d82f3 100644 --- a/docs/asgi.rst +++ b/docs/asgi.rst @@ -123,7 +123,7 @@ so that a querying client only sees some portion of the messages. Calling ``receive_many`` on these channels does not guarantee that you will get the messages in order or that you will get anything if the channel is non-empty. -*Single-reader channel* names contain an exclamation mark +*Single-reader channel* names contain an question mark (``?``) character in order to indicate to the channel layer that it must make these channels appear globally consistent. The ``?`` is always preceded by the main channel name (e.g. ``http.response.body``) and followed by a