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

jjlee at codespeak.net jjlee at codespeak.net
Sat Aug 27 21:28:42 CEST 2005


Author: jjlee
Date: Sat Aug 27 21:28:41 2005
New Revision: 16881

Modified:
   wwwsearch/mechanize/trunk/test.py
Log:
Fix indentation nit

Modified: wwwsearch/mechanize/trunk/test.py
==============================================================================
--- wwwsearch/mechanize/trunk/test.py	(original)
+++ wwwsearch/mechanize/trunk/test.py	Sat Aug 27 21:28:41 2005
@@ -169,7 +169,7 @@
         self.assert_(b.back() is r3)
         self.assert_(b.back() is r1)
         self.assertRaises(mechanize.BrowserStateError, b.back)
-         # reloading does a real HTTP fetch rather than using history cache
+        # reloading does a real HTTP fetch rather than using history cache
         r5 = b.reload()
         self.assert_(r5 is not r1)
         # .geturl() gets fed through to b.response


More information about the wwwsearch-commits mailing list