]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-42255: Update webbrowser doc for macOS (GH-28145)
authorDong-hee Na <donghee.na@python.org>
Fri, 3 Sep 2021 17:22:01 +0000 (17:22 +0000)
committerGitHub <noreply@github.com>
Fri, 3 Sep 2021 17:22:01 +0000 (19:22 +0200)
Doc/library/webbrowser.rst

index 5980ff5b3413ff68abd6566aba9b9021d2ee311c..3a6b91f22e3e63321610b3e720301c0560c6eee6 100644 (file)
@@ -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')`        |       |
 +------------------------+-----------------------------------------+-------+