Tweaks to wording in a comment from prev commit.

This commit is contained in:
Alex Dedul 2007-08-13 20:38:13 +00:00
parent 6207033b36
commit 912eb0e14c

View File

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