From 912eb0e14c497187acd523102938c84a60da659a Mon Sep 17 00:00:00 2001 From: Alex Dedul Date: Mon, 13 Aug 2007 20:38:13 +0000 Subject: [PATCH] Tweaks to wording in a comment from prev commit. --- src/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core.py b/src/core.py index af895e7f1..a751dad8e 100644 --- a/src/core.py +++ b/src/core.py @@ -173,7 +173,7 @@ class torrent_info: class persistent_state: def __init__(self): - # Torrents is a torrent_info instance -> unique_ID dict + # Torrents is a dict with instance of torrent_info -> unique_ID self.torrents = {} # Prepare queue (queue is pickled, just like everything else)