networkzero
networkzero copied to clipboard
Typo in usage document?
In http://networkzero.readthedocs.io/en/latest/usage.html#message-sending it lists one of the functions as wait_for_message_from()
.
But in the http://networkzero.readthedocs.io/en/latest/usage.html#address section it uses nw0.wait_for_message(address)
. Should it instead be nw0.wait_for_message_from(address)
?
P.S. https://github.com/tjguk/networkzero/search?utf8=%E2%9C%93&q=wait_for_message