Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2e64a0b

Browse files
committed
merge with 3.2
2 parents a026db9 + c7b0e21 commit 2e64a0b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Doc/library/webbrowser.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ The script :program:`webbrowser` can be used as a command-line interface for the
3636
module. It accepts an URL as the argument. It accepts the following optional
3737
parameters: ``-n`` opens the URL in a new browser window, if possible;
3838
``-t`` opens the URL in a new browser page ("tab"). The options are,
39-
naturally, mutually exclusive.
39+
naturally, mutually exclusive. Usage example::
40+
41+
python -m webbrowser -t "http://www.python.org"
4042

4143
The following exception is defined:
4244

0 commit comments

Comments
 (0)