diff options
author | Benjamin Peterson <benjamin@python.org> | 2009-03-30 02:49:32 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2009-03-30 02:49:32 (GMT) |
commit | ac0580edc252c505dbb7de734648a8656478f3d1 (patch) | |
tree | 00be6414ce287e39ae3793063faa1780eb0611f3 | |
parent | 33cd7ef867560cc78896e522198d02d729dd8522 (diff) | |
download | cpython-ac0580edc252c505dbb7de734648a8656478f3d1.zip cpython-ac0580edc252c505dbb7de734648a8656478f3d1.tar.gz cpython-ac0580edc252c505dbb7de734648a8656478f3d1.tar.bz2 |
there's actually three methods here #5600
-rw-r--r-- | Doc/library/webbrowser.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/webbrowser.rst b/Doc/library/webbrowser.rst index 4d819e6..4250598 100644 --- a/Doc/library/webbrowser.rst +++ b/Doc/library/webbrowser.rst @@ -172,8 +172,8 @@ Here are some simple examples:: Browser Controller Objects -------------------------- -Browser controllers provide these methods which parallel two of the module-level -convenience functions: +Browser controllers provide these methods which parallel three of the +module-level convenience functions: .. method:: controller.open(url[, new[, autoraise=1]]) |