diff options
Diffstat (limited to 'Doc/library/webbrowser.rst')
-rw-r--r-- | Doc/library/webbrowser.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Doc/library/webbrowser.rst b/Doc/library/webbrowser.rst index e8f4756..20c0913 100644 --- a/Doc/library/webbrowser.rst +++ b/Doc/library/webbrowser.rst @@ -31,8 +31,8 @@ browser and wait. The script :program:`webbrowser` can be used as a command-line interface for the module. It accepts an URL as the argument. It accepts the following optional -parameters: :option:`-n` opens the URL in a new browser window, if possible; -:option:`-t` opens the URL in a new browser page ("tab"). The options are, +parameters: ``-n`` opens the URL in a new browser window, if possible; +``-t`` opens the URL in a new browser page ("tab"). The options are, naturally, mutually exclusive. The following exception is defined: @@ -64,7 +64,6 @@ The following functions are defined: Open *url* in a new window of the default browser, if possible, otherwise, open *url* in the only browser window. - .. function:: open_new_tab(url) Open *url* in a new page ("tab") of the default browser, if possible, otherwise |