From eb28a94a87ab73779b2239b7c6af511c519343fe Mon Sep 17 00:00:00 2001 From: David Wilson Date: Sat, 8 Dec 2018 05:15:50 +0000 Subject: [PATCH] docs: avoid Sphinx weirdness by removing paragraph in list --- docs/changelog.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 0031a250..8238287d 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -214,9 +214,7 @@ Core Library destination context IDs ever received on each stream, and when disconnection occurs, propagates :data:`mitogen.core.DEL_ROUTE` messages towards every stream that ever communicated with the disappearing peer, rather than simply - towards parents. - - Conversations between nodes anywhere in the tree receive + towards parents. Conversations between nodes anywhere in the tree receive :data:`mitogen.core.DEL_ROUTE` when either participant disconnects, allowing receivers to wake with :class:`mitogen.core.ChannelError`, even when one participant is not a parent of the other.