Skip to content

Commit ab8fd13

Browse files
committed
Fixed README syntax errors.
1 parent 20fe75d commit ab8fd13

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.rst

+4-3
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,8 @@ to 10, and all ``websocket.send!`` channels to 20:
171171
If you want to enforce a matching order, use an ``OrderedDict`` as the
172172
argument; channels will then be matched in the order the dict provides them.
173173

174-
.. _encryption
174+
.. _encryption:
175+
175176
``symmetric_encryption_keys``
176177
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
177178

@@ -241,9 +242,9 @@ And then in your channels consumer, you can implement the handler:
241242
242243
243244
``serializer_format``
244-
~~~~~~~~~~~~~~~~~~~~~~
245+
~~~~~~~~~~~~~~~~~~~~~
245246

246-
By default every message sent to redis is encoded using `msgpack <https://msgpack.org/>`_ (_currently ``msgpack`` is a mandatory dependency of this package, it may become optional in a future release_).
247+
By default every message sent to redis is encoded using `msgpack <https://msgpack.org/>`_ (_currently ``msgpack`` is a mandatory dependency of this package, it may become optional in a future release).
247248
It is also possible to switch to `JSON <http://www.json.org/>`_:
248249

249250
.. code-block:: python

0 commit comments

Comments
 (0)