From 03eebc78d9558f3c7771c3445f2635eb2160ff33 Mon Sep 17 00:00:00 2001 From: Paul Thornton Date: Tue, 12 Feb 2019 12:55:14 +0000 Subject: [PATCH] Update Pymesh Remove duplicate sentence. --- firmwareapi/pycom/network/lora/pymesh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmwareapi/pycom/network/lora/pymesh.md b/firmwareapi/pycom/network/lora/pymesh.md index 3b32e35..f0d73b0 100644 --- a/firmwareapi/pycom/network/lora/pymesh.md +++ b/firmwareapi/pycom/network/lora/pymesh.md @@ -75,7 +75,7 @@ More info: https://openthread.io/guides/thread-primer/node-roles-and-types #### mesh.single\(\) -Returns `True` if this node is the only Leader or Router in the current Mesh network. In other words, returns `True`, if this is the only Router or Leader node in the current Pymesh. +Returns `True` if this node is the only Leader or Router in the current Mesh network. ```python >>> pymesh.single()