From 28447f7564a758f3ecec11712825734028a2a4d3 Mon Sep 17 00:00:00 2001 From: Marcos Pinto Date: Sat, 22 Sep 2007 19:52:22 +0000 Subject: [PATCH] oops, fix docstring --- deluge/core/torrentmanager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deluge/core/torrentmanager.py b/deluge/core/torrentmanager.py index 824176d0c..9e7d0fb69 100644 --- a/deluge/core/torrentmanager.py +++ b/deluge/core/torrentmanager.py @@ -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: