? IS QUESTION MARK

This commit is contained in:
Andrew Godwin 2016-06-09 20:50:18 +00:00
parent e31e326f10
commit 4a42ae9529

View File

@ -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