[Python-checkins] bpo-42255: Update webbrowser doc for macOS (GH-28145)

ambv webhook-mailer at python.org
Fri Sep 3 13:22:09 EDT 2021


https://github.com/python/cpython/commit/ce83e42437b8e5a4bf4237f981a7a90401922456
commit: ce83e42437b8e5a4bf4237f981a7a90401922456
branch: 3.9
author: Dong-hee Na <donghee.na at python.org>
committer: ambv <lukasz at langa.pl>
date: 2021-09-03T19:22:01+02:00
summary:

bpo-42255: Update webbrowser doc for macOS (GH-28145)

files:
M Doc/library/webbrowser.rst

diff --git a/Doc/library/webbrowser.rst b/Doc/library/webbrowser.rst
index 5980ff5b3413ff..3a6b91f22e3e63 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')`        |       |
 +------------------------+-----------------------------------------+-------+



More information about the Python-checkins mailing list