mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-08 09:28:41 +00:00
Fixed typo.
This commit is contained in:
parent
9ad59d5f48
commit
8dd4d2f094
1 changed files with 1 additions and 1 deletions
|
@ -320,7 +320,7 @@ class DaemonSSLProxy(DaemonProxy):
|
||||||
|
|
||||||
def pop_deferred(self, request_id):
|
def pop_deferred(self, request_id):
|
||||||
"""
|
"""
|
||||||
Pops a Deffered object. This is generally called once we receive the
|
Pops a Deferred object. This is generally called once we receive the
|
||||||
reply we were waiting on from the server.
|
reply we were waiting on from the server.
|
||||||
|
|
||||||
:param request_id: the request_id of the Deferred to pop
|
:param request_id: the request_id of the Deferred to pop
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue