From: Georg Brandl Date: Sat, 14 Jul 2007 17:32:41 +0000 (+0000) Subject: Clarify webbrowser.open description. X-Git-Tag: v2.6a1~1566 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b89c9eeb35f51b2595596a8865501ffaa9dec499;p=python Clarify webbrowser.open description. --- diff --git a/Doc/lib/libwebbrowser.tex b/Doc/lib/libwebbrowser.tex index 50366ba965..5d5f2365d9 100644 --- a/Doc/lib/libwebbrowser.tex +++ b/Doc/lib/libwebbrowser.tex @@ -47,7 +47,7 @@ The following functions are defined: \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