[Python-checkins] r70704 - python/trunk/Doc/library/webbrowser.rst

benjamin.peterson python-checkins at python.org
Mon Mar 30 04:49:32 CEST 2009


Author: benjamin.peterson
Date: Mon Mar 30 04:49:32 2009
New Revision: 70704

Log:
there's actually three methods here #5600

Modified:
   python/trunk/Doc/library/webbrowser.rst

Modified: python/trunk/Doc/library/webbrowser.rst
==============================================================================
--- python/trunk/Doc/library/webbrowser.rst	(original)
+++ python/trunk/Doc/library/webbrowser.rst	Mon Mar 30 04:49:32 2009
@@ -172,8 +172,8 @@
 Browser Controller Objects
 --------------------------
 
-Browser controllers provide these methods which parallel two of the module-level
-convenience functions:
+Browser controllers provide these methods which parallel three of the
+module-level convenience functions:
 
 
 .. method:: controller.open(url[, new[, autoraise=1]])


More information about the Python-checkins mailing list