From 04cd09552aafee3669cea64beefe62cb3281be9c Mon Sep 17 00:00:00 2001 From: Sandro Tosi Date: Sat, 31 Mar 2012 17:22:47 +0200 Subject: [PATCH] add 'safari' to webbrowser browsers table; thanks to Jonathan Eunice from docs@ --- Doc/library/webbrowser.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doc/library/webbrowser.rst b/Doc/library/webbrowser.rst index 1a27d07b23f..05de5894f4d 100644 --- a/Doc/library/webbrowser.rst +++ b/Doc/library/webbrowser.rst @@ -142,6 +142,8 @@ for the controller classes, all defined in this module. +-----------------------+-----------------------------------------+-------+ | ``'macosx'`` | :class:`MacOSX('default')` | \(4) | +-----------------------+-----------------------------------------+-------+ +| ``'safari'`` | :class:`MacOSX('safari')` | \(4) | ++-----------------------+-----------------------------------------+-------+ Notes: