From f3291437333edcbe676d10ebf73c4580fce400b0 Mon Sep 17 00:00:00 2001 From: Kefkius Date: Tue, 6 Oct 2015 16:03:24 -0400 Subject: [PATCH] Fix typo in Connection docstring Fix a small typo in Connection docstring. --- lib/interface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/interface.py b/lib/interface.py index 9bfd929fb..8fea85313 100644 --- a/lib/interface.py +++ b/lib/interface.py @@ -35,7 +35,7 @@ import pem def Connection(server, queue, config_path): - """Makes asynchronous connections to a remote remote electrum server. + """Makes asynchronous connections to a remote electrum server. Returns the running thread that is making the connection. Once the thread has connected, it finishes, placing a tuple on the