summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorDong-hee Na <donghee.na@python.org>2021-09-03 17:22:01 (GMT)
committerGitHub <noreply@github.com>2021-09-03 17:22:01 (GMT)
commitce83e42437b8e5a4bf4237f981a7a90401922456 (patch)
tree19838881a72d8dd76d22a8c83c814df0448ff6c5 /Doc
parent41c23740243cc3a0699bc4d5dcfd47a0007ff039 (diff)
downloadcpython-ce83e42437b8e5a4bf4237f981a7a90401922456.zip
cpython-ce83e42437b8e5a4bf4237f981a7a90401922456.tar.gz
cpython-ce83e42437b8e5a4bf4237f981a7a90401922456.tar.bz2
bpo-42255: Update webbrowser doc for macOS (GH-28145)
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/webbrowser.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/webbrowser.rst b/Doc/library/webbrowser.rst
index 5980ff5..3a6b91f 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')` | |
+------------------------+-----------------------------------------+-------+