[Python-checkins] r56366 - python/trunk/Doc/lib/libwebbrowser.tex

georg.brandl python-checkins at python.org
Sat Jul 14 19:32:42 CEST 2007


Author: georg.brandl
Date: Sat Jul 14 19:32:41 2007
New Revision: 56366

Modified:
   python/trunk/Doc/lib/libwebbrowser.tex
Log:
Clarify webbrowser.open description.


Modified: python/trunk/Doc/lib/libwebbrowser.tex
==============================================================================
--- python/trunk/Doc/lib/libwebbrowser.tex	(original)
+++ python/trunk/Doc/lib/libwebbrowser.tex	Sat Jul 14 19:32:41 2007
@@ -47,7 +47,7 @@
 
 \begin{funcdesc}{open}{url\optional{, new=0\optional{, autoraise=1}}}
   Display \var{url} using the default browser. If \var{new} is 0, the
-  \var{url} is opened in the same browser window.  If \var{new} is 1,
+  \var{url} is opened in the same browser window if possible.  If \var{new} is 1,
   a new browser window is opened if possible.  If \var{new} is 2,
   a new browser page ("tab") is opened if possible.  If \var{autoraise} is
   true, the window is raised if possible (note that under many window


More information about the Python-checkins mailing list