Skip to content

Commit

Permalink
Added missing code-block markup in docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
carltongibson committed Jul 25, 2022
1 parent 55c48a7 commit 22553f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,8 @@ point-to-point and broadcast messaging.
Channel layers are an optional part of Channels, and can be disabled if you
want (by setting the ``CHANNEL_LAYERS`` setting to an empty value).
.. code-block:: python
#In a consumer
self.channel_layer.send(
'event',
Expand Down

0 comments on commit 22553f9

Please sign in to comment.