From: Dong-hee Na Date: Fri, 3 Sep 2021 17:22:01 +0000 (+0000) Subject: bpo-42255: Update webbrowser doc for macOS (GH-28145) X-Git-Tag: v3.9.8~193 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ce83e42437b8e5a4bf4237f981a7a90401922456;p=thirdparty%2FPython%2Fcpython.git bpo-42255: Update webbrowser doc for macOS (GH-28145) --- diff --git a/Doc/library/webbrowser.rst b/Doc/library/webbrowser.rst index 5980ff5b3413..3a6b91f22e3e 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')` | | +------------------------+-----------------------------------------+-------+