From edb9d50d9e903ae964fe2cb191e033633154a04b Mon Sep 17 00:00:00 2001 From: Job Evers Date: Thu, 21 Jul 2016 12:32:50 -0500 Subject: [PATCH] fix typo in docstring --- lbrynet/lbrynet_daemon/LBRYDaemon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lbrynet/lbrynet_daemon/LBRYDaemon.py b/lbrynet/lbrynet_daemon/LBRYDaemon.py index c51b44fc7..96191877e 100644 --- a/lbrynet/lbrynet_daemon/LBRYDaemon.py +++ b/lbrynet/lbrynet_daemon/LBRYDaemon.py @@ -1736,7 +1736,7 @@ class LBRYDaemon(jsonrpc.JSONRPC): 'download_directory': optional, path to directory where file will be saved, string 'file_name': optional, a user specified name for the downloaded file 'stream_info': optional, specified stream info overrides name - 'timout': optional + 'timeout': optional 'wait_for_write': optional, defaults to True Returns: 'stream_hash': hex string