Skip to content

Commit 05fac02

Browse files
committed
Remove webbrowser doc reference to the previously removed internet-config option.
2 parents 665c3b3 + cc19140 commit 05fac02

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

Doc/library/webbrowser.rst

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -133,11 +133,9 @@ for the controller classes, all defined in this module.
133133
+------------------------+-----------------------------------------+-------+
134134
| ``'windows-default'`` | :class:`WindowsDefault` | \(2) |
135135
+------------------------+-----------------------------------------+-------+
136-
| ``'internet-config'`` | :class:`InternetConfig` | \(3) |
136+
| ``'macosx'`` | :class:`MacOSX('default')` | \(3) |
137137
+------------------------+-----------------------------------------+-------+
138-
| ``'macosx'`` | :class:`MacOSX('default')` | \(4) |
139-
+------------------------+-----------------------------------------+-------+
140-
| ``'safari'`` | :class:`MacOSX('safari')` | \(4) |
138+
| ``'safari'`` | :class:`MacOSX('safari')` | \(3) |
141139
+------------------------+-----------------------------------------+-------+
142140
| ``'google-chrome'`` | :class:`Chrome('google-chrome')` | |
143141
+------------------------+-----------------------------------------+-------+
@@ -161,9 +159,6 @@ Notes:
161159
Only on Windows platforms.
162160

163161
(3)
164-
Only on Mac OS platforms; requires the standard MacPython :mod:`ic` module.
165-
166-
(4)
167162
Only on Mac OS X platform.
168163

169164
.. versionadded:: 3.3

0 commit comments

Comments
 (0)