Fixed typo
This commit is contained in:
parent
8dcd2d37eb
commit
e5ae47d168
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ This is a work in progress, further functionality coming shortly.
|
|||
file = m.upload('myfile.doc')
|
||||
m.get_upload_link(file)
|
||||
|
||||
### Download a file from URL or file obj, optionally specify destination fold
|
||||
### Download a file from URL or file obj, optionally specify destination folder
|
||||
file = m.find('myfile.doc')
|
||||
m.download(file)
|
||||
m.download_url('https://mega.co.nz/#!utYjgSTQ!OM4U3V5v_W4N5edSo0wolg1D5H0fwSrLD3oLnLuS9pc')
|
||||
|
|
Loading…
Reference in a new issue