[wwwsearch-commits] r29188 - wwwsearch/mechanize/trunk/mechanize

jjlee at codespeak.net jjlee at codespeak.net
Fri Jun 23 00:54:54 CEST 2006


Author: jjlee
Date: Fri Jun 23 00:54:52 2006
New Revision: 29188

Modified:
   wwwsearch/mechanize/trunk/mechanize/_html.py
Log:
Clarify comment

Modified: wwwsearch/mechanize/trunk/mechanize/_html.py
==============================================================================
--- wwwsearch/mechanize/trunk/mechanize/_html.py	(original)
+++ wwwsearch/mechanize/trunk/mechanize/_html.py	Fri Jun 23 00:54:52 2006
@@ -41,8 +41,8 @@
     def __init__(self, iterable):
         self._cache = []
 
-        # wrap iterable to make it non-restartable (otherwise, __call__ would
-        # give incorrect results)
+        # wrap iterable to make it non-restartable (otherwise, repeated
+        # __call__ would give incorrect results)
         def make_gen():
             for item in iterable:
                 yield item


More information about the wwwsearch-commits mailing list