From 6c44d4f30b0caa6187c8004fd096dd137ea56421 Mon Sep 17 00:00:00 2001 From: Phoenix Zerin Date: Sun, 4 Nov 2018 15:16:20 +1300 Subject: [PATCH] Fixed typo in documentation. --- iota/adapter/wrappers.py | 1 - 1 file changed, 1 deletion(-) diff --git a/iota/adapter/wrappers.py b/iota/adapter/wrappers.py index f815298..eba9e63 100644 --- a/iota/adapter/wrappers.py +++ b/iota/adapter/wrappers.py @@ -57,7 +57,6 @@ class RoutingWrapper(BaseWrapper): RoutingWrapper('http://12.34.56.78:14265') .add_route('attachToTangle', 'http://localhost:14265') .add_route('interruptAttachingToTangle', 'http://localhost:14265') - ), ) """