diff options
author | Georg Brandl <georg@python.org> | 2007-07-14 17:32:41 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-07-14 17:32:41 (GMT) |
commit | b89c9eeb35f51b2595596a8865501ffaa9dec499 (patch) | |
tree | 02ff072b67de52590a76a598ef3fd2d1f6aacb5b /Doc/lib/libwebbrowser.tex | |
parent | cf3a70441d8dbfc8849986a218797af4d20b24e8 (diff) | |
download | cpython-b89c9eeb35f51b2595596a8865501ffaa9dec499.zip cpython-b89c9eeb35f51b2595596a8865501ffaa9dec499.tar.gz cpython-b89c9eeb35f51b2595596a8865501ffaa9dec499.tar.bz2 |
Clarify webbrowser.open description.
Diffstat (limited to 'Doc/lib/libwebbrowser.tex')
-rw-r--r-- | Doc/lib/libwebbrowser.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libwebbrowser.tex b/Doc/lib/libwebbrowser.tex index 50366ba..5d5f236 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 |