diff options
| author | Georg Brandl <georg@python.org> | 2007-07-14 17:32:47 (GMT) |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2007-07-14 17:32:47 (GMT) |
| commit | f2d40f744e8ef509d2e22cbf8e98793ebab0aa5d (patch) | |
| tree | 22dbd2b22f6984dd6be40e7078706f422bae0263 | |
| parent | f09060e62f5dd7fb37a5e1e97c6059d354d7785d (diff) | |
| download | cpython-f2d40f744e8ef509d2e22cbf8e98793ebab0aa5d.zip cpython-f2d40f744e8ef509d2e22cbf8e98793ebab0aa5d.tar.gz cpython-f2d40f744e8ef509d2e22cbf8e98793ebab0aa5d.tar.bz2 | |
Clarify webbrowser.open description.
(backport from rev. 56366)
| -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 11d77a1..27b9cb6 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 |
