mirror of
https://github.com/python/cpython.git
synced 2025-09-29 03:35:31 +00:00
Clarify webbrowser.open description.
This commit is contained in:
parent
cf3a70441d
commit
b89c9eeb35
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ The following functions are defined:
|
||||||
|
|
||||||
\begin{funcdesc}{open}{url\optional{, new=0\optional{, autoraise=1}}}
|
\begin{funcdesc}{open}{url\optional{, new=0\optional{, autoraise=1}}}
|
||||||
Display \var{url} using the default browser. If \var{new} is 0, the
|
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 window is opened if possible. If \var{new} is 2,
|
||||||
a new browser page ("tab") is opened if possible. If \var{autoraise} is
|
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
|
true, the window is raised if possible (note that under many window
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue