Formatting issue (#4150)

This commit is contained in:
Joel Dudley 2018-11-01 16:47:50 +00:00 committed by GitHub
parent 722fa31fb6
commit b444701d7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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()``.