diff options
author | Dong-hee Na <donghee.na@python.org> | 2021-09-03 17:22:22 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-03 17:22:22 (GMT) |
commit | 2a8956c268772fd31aeeb6ee522f123af94a2926 (patch) | |
tree | 8c868df85cf7f18f7225ae2d108ea647d747a1f9 | |
parent | 79e9f5a58427c73dc546cb571819d50defe2e14f (diff) | |
download | cpython-2a8956c268772fd31aeeb6ee522f123af94a2926.zip cpython-2a8956c268772fd31aeeb6ee522f123af94a2926.tar.gz cpython-2a8956c268772fd31aeeb6ee522f123af94a2926.tar.bz2 |
bpo-42255: Update webbrowser doc for macOS (GH-28144)
-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 bd09191..39a355c 100644 --- a/Doc/library/webbrowser.rst +++ b/Doc/library/webbrowser.rst @@ -143,9 +143,9 @@ for the controller classes, all defined in this module. +------------------------+-----------------------------------------+-------+ | ``'windows-default'`` | :class:`WindowsDefault` | \(2) | +------------------------+-----------------------------------------+-------+ -| ``'macosx'`` | :class:`MacOSX('default')` | \(3) | +| ``'macosx'`` | :class:`MacOSXOSAScript('default')` | \(3) | +------------------------+-----------------------------------------+-------+ -| ``'safari'`` | :class:`MacOSX('safari')` | \(3) | +| ``'safari'`` | :class:`MacOSXOSAScript('safari')` | \(3) | +------------------------+-----------------------------------------+-------+ | ``'google-chrome'`` | :class:`Chrome('google-chrome')` | | +------------------------+-----------------------------------------+-------+ |