From: Jordi Burguet-Castell Date: Thu, 24 Apr 2025 13:56:52 +0000 (+0200) Subject: gh-122399: change webbrowser.rst to better describe the contents of controller object... X-Git-Tag: v3.14.0b1~332 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1583f9cdd482f6ddc1535799c03e0a0b5ec29c61;p=thirdparty%2FPython%2Fcpython.git gh-122399: change webbrowser.rst to better describe the contents of controller object (#122407) Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> --- diff --git a/Doc/library/webbrowser.rst b/Doc/library/webbrowser.rst index d33e7344761f..baccc791b227 100644 --- a/Doc/library/webbrowser.rst +++ b/Doc/library/webbrowser.rst @@ -226,8 +226,8 @@ Here are some simple examples:: Browser Controller Objects -------------------------- -Browser controllers provide these methods which parallel three of the -module-level convenience functions: +Browser controllers provide the :attr:`~controller.name` attribute, +and the following three methods which parallel module-level convenience functions: .. attribute:: controller.name