From 6362e04567dfe1c4ad45b5ff6b8d94ca54940865 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Sat, 18 Sep 2021 21:52:28 +0200 Subject: [PATCH] Cleanup --- RNS/Transport.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RNS/Transport.py b/RNS/Transport.py index 68bdef1..d3abec1 100755 --- a/RNS/Transport.py +++ b/RNS/Transport.py @@ -10,8 +10,8 @@ from .vendor import umsgpack as umsgpack class Transport: """ - Through static methods of this class you can interact with Reticulums - Transport system. + Through static methods of this class you can interact with the + Transport system of Reticulum. """ # Constants BROADCAST = 0x00;