mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
Fix typo in Connection docstring
Fix a small typo in Connection docstring.
This commit is contained in:
parent
e2237de739
commit
f329143733
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue