tMerge pull request #1471 from Kefkius/patch-2 - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit e5778316e847eefe25aede2137123546a0540915 DIR parent e2237de739375bf10b9a62ca2c0b4078232867d0 HTML Author: ThomasV <thomasv@electrum.org> Date: Wed, 7 Oct 2015 04:34:41 +0200 Merge pull request #1471 from Kefkius/patch-2 Fix typo in Connection docstring Diffstat: M lib/interface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/lib/interface.py b/lib/interface.py t@@ -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