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

jjlee at codespeak.net jjlee at codespeak.net
Fri Jul 27 20:29:01 CEST 2007


Author: jjlee
Date: Fri Jul 27 20:29:00 2007
New Revision: 45413

Modified:
   wwwsearch/mechanize/trunk/mechanize/_mechanize.py
Log:
Docstring grammar fix.

Modified: wwwsearch/mechanize/trunk/mechanize/_mechanize.py
==============================================================================
--- wwwsearch/mechanize/trunk/mechanize/_mechanize.py	(original)
+++ wwwsearch/mechanize/trunk/mechanize/_mechanize.py	Fri Jul 27 20:29:00 2007
@@ -190,8 +190,8 @@
     def open_novisit(self, url, data=None):
         """Open a URL without visiting it.
 
-        The browser state (including .request, .response(), history, forms and
-        links) are all left unchanged by calling this function.
+        Browser state (including request, response, history, forms and links)
+        is left unchanged by calling this function.
 
         The interface is the same as for .open().
 


More information about the wwwsearch-commits mailing list