Update Pymesh

Remove duplicate sentence.
This commit is contained in:
Paul Thornton
2019-02-12 12:55:14 +00:00
committed by Catalin Ioana
parent 7c42b04f79
commit 03eebc78d9

View File

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