Merge pull request #79 from moreati/doc-router-route
Fix indentation of Router.route anchor
This commit is contained in:
commit
3e20b5036f
|
@ -410,7 +410,7 @@ Router Class
|
||||||
messages such as ``CALL_FUNCTION`` arrive only from trusted
|
messages such as ``CALL_FUNCTION`` arrive only from trusted
|
||||||
contexts.
|
contexts.
|
||||||
|
|
||||||
.. method:: route(msg)
|
.. method:: route(msg)
|
||||||
|
|
||||||
Arrange for the :py:class:`Message` `msg` to be delivered to its
|
Arrange for the :py:class:`Message` `msg` to be delivered to its
|
||||||
destination using any relevant downstream context, or if none is found,
|
destination using any relevant downstream context, or if none is found,
|
||||||
|
|
Loading…
Reference in New Issue