mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-07 10:56:49 +00:00
interfaces: fix minor typo
This commit is contained in:
parent
d0bdf9a611
commit
41bacca3f1
@ -1182,7 +1182,7 @@ class IDecoder(Interface):
|
||||
"""
|
||||
|
||||
class IDownloadTarget(Interface):
|
||||
# Note that if the IDownloadTarget is also an IConsumable, the downloader
|
||||
# Note that if the IDownloadTarget is also an IConsumer, the downloader
|
||||
# will register itself as a producer. This allows the target to invoke
|
||||
# downloader.pauseProducing, resumeProducing, and stopProducing.
|
||||
def open(size):
|
||||
|
Loading…
x
Reference in New Issue
Block a user