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