interfaces: fix minor typo

This commit is contained in:
Brian Warner 2008-10-02 17:52:49 -07:00
parent d0bdf9a611
commit 41bacca3f1

View File

@ -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):