From b444701d7e0f3ecc079fa58654f4ecafed7bcaa2 Mon Sep 17 00:00:00 2001 From: Joel Dudley Date: Thu, 1 Nov 2018 16:47:50 +0000 Subject: [PATCH] Formatting issue (#4150) --- docs/source/api-testing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/api-testing.rst b/docs/source/api-testing.rst index 80b8134827..5435e2f875 100644 --- a/docs/source/api-testing.rst +++ b/docs/source/api-testing.rst @@ -211,7 +211,7 @@ You manually process received messages as follows: * ``StartedMockNode.pumpReceive()`` processes a single message from the node's queue * ``MockNetwork.runNetwork()`` processes all the messages in every node's queue until there are no further messages to - process + process When ``networkSendManuallyPumped`` is set to ``true``, nodes will automatically process the messages they receive. You can block until all messages have been processed using ``MockNetwork.waitQuiescent()``.