mirror of https://github.com/aria2/aria2
Fix typo
Although I haven’t checked the code, I believe `unpauseAll` only works on paused downloads. I found that the Russian version should has the same problem, but I know nothings about Russian, so I keep it as it is.pull/899/head
parent
3cbc83dc07
commit
aa1bbf9463
|
@ -2563,7 +2563,7 @@ For information on the *secret* parameter, see :ref:`rpc_auth`.
|
|||
|
||||
.. function:: aria2.unpauseAll([secret])
|
||||
|
||||
This method is equal to calling :func:`aria2.unpause` for every active/waiting
|
||||
This method is equal to calling :func:`aria2.unpause` for every paused
|
||||
download. This methods returns ``OK``.
|
||||
|
||||
.. function:: aria2.tellStatus([secret], gid[, keys])
|
||||
|
|
|
@ -2280,7 +2280,7 @@ Python versão 2.7.
|
|||
|
||||
.. function:: aria2.unpauseAll()
|
||||
|
||||
This method is equal to calling :func:`aria2.unpause` for every active/waiting
|
||||
This method is equal to calling :func:`aria2.unpause` for every paused
|
||||
download. This methods returns ``OK`` for success.
|
||||
|
||||
.. function:: aria2.tellStatus(gid[, keys])
|
||||
|
|
Loading…
Reference in New Issue