forked from LBRYCommunity/lbry-sdk
fix typo in docstring
This commit is contained in:
parent
b989d4f6be
commit
edb9d50d9e
1 changed files with 1 additions and 1 deletions
|
@ -1736,7 +1736,7 @@ class LBRYDaemon(jsonrpc.JSONRPC):
|
||||||
'download_directory': optional, path to directory where file will be saved, string
|
'download_directory': optional, path to directory where file will be saved, string
|
||||||
'file_name': optional, a user specified name for the downloaded file
|
'file_name': optional, a user specified name for the downloaded file
|
||||||
'stream_info': optional, specified stream info overrides name
|
'stream_info': optional, specified stream info overrides name
|
||||||
'timout': optional
|
'timeout': optional
|
||||||
'wait_for_write': optional, defaults to True
|
'wait_for_write': optional, defaults to True
|
||||||
Returns:
|
Returns:
|
||||||
'stream_hash': hex string
|
'stream_hash': hex string
|
||||||
|
|
Loading…
Reference in a new issue