diff options
author | Georg Brandl <georg@python.org> | 2009-01-01 12:52:29 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-01-01 12:52:29 (GMT) |
commit | 07bfe45730ccd06eff9a04cd30167014ae403ba0 (patch) | |
tree | ffddfd5682448da556116c69dd36dcd0580bf3eb | |
parent | 3f74f57d76907f6300908086df9fbceed2266e60 (diff) | |
download | cpython-07bfe45730ccd06eff9a04cd30167014ae403ba0.zip cpython-07bfe45730ccd06eff9a04cd30167014ae403ba0.tar.gz cpython-07bfe45730ccd06eff9a04cd30167014ae403ba0.tar.bz2 |
#4784: ... on three counts ...
-rw-r--r-- | Doc/library/webbrowser.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/webbrowser.rst b/Doc/library/webbrowser.rst index 13cd8c7..d340b8a 100644 --- a/Doc/library/webbrowser.rst +++ b/Doc/library/webbrowser.rst @@ -172,7 +172,7 @@ Here are some simple examples:: Browser Controller Objects -------------------------- -Browser controllers provide two methods which parallel two of the module-level +Browser controllers provide these methods which parallel two of the module-level convenience functions: |