oops, fix docstring

This commit is contained in:
Marcos Pinto 2007-09-22 19:52:22 +00:00
parent 731c51815e
commit 28447f7564

View file

@ -198,7 +198,7 @@ class TorrentManager:
return True
def force_reannounce(self, torrent_id):
"""Resume a torrent"""
"""Force a tracker reannounce"""
try:
self.torrents[torrent_id].handle.force_reannounce()
except: