Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2a8956c

Browse files
authored
bpo-42255: Update webbrowser doc for macOS (GH-28144)
1 parent 79e9f5a commit 2a8956c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/webbrowser.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,9 @@ for the controller classes, all defined in this module.
143143
+------------------------+-----------------------------------------+-------+
144144
| ``'windows-default'`` | :class:`WindowsDefault` | \(2) |
145145
+------------------------+-----------------------------------------+-------+
146-
| ``'macosx'`` | :class:`MacOSX('default')` | \(3) |
146+
| ``'macosx'`` | :class:`MacOSXOSAScript('default')` | \(3) |
147147
+------------------------+-----------------------------------------+-------+
148-
| ``'safari'`` | :class:`MacOSX('safari')` | \(3) |
148+
| ``'safari'`` | :class:`MacOSXOSAScript('safari')` | \(3) |
149149
+------------------------+-----------------------------------------+-------+
150150
| ``'google-chrome'`` | :class:`Chrome('google-chrome')` | |
151151
+------------------------+-----------------------------------------+-------+

0 commit comments

Comments
 (0)