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

jjlee at codespeak.net jjlee at codespeak.net
Sat Sep 2 23:11:10 CEST 2006


Author: jjlee
Date: Sat Sep  2 23:11:08 2006
New Revision: 31962

Modified:
   wwwsearch/mechanize/trunk/doc.html.in
Log:
Fix closing tag

Modified: wwwsearch/mechanize/trunk/doc.html.in
==============================================================================
--- wwwsearch/mechanize/trunk/doc.html.in	(original)
+++ wwwsearch/mechanize/trunk/doc.html.in	Sat Sep  2 23:11:08 2006
@@ -479,7 +479,7 @@
 """)}
 
   <li>If you're using a <code>urllib2.Request</code> from Python 2.4 or later,
-  or you're using a <code>mechanize.Request<code>, use the
+  or you're using a <code>mechanize.Request</code>, use the
   <code>unverifiable</code> and <code>origin_req_host</code> arguments to the
   constructor:
 


More information about the wwwsearch-commits mailing list