From 1ed67834651734ee5d3166a5d9d87d67bf932c00 Mon Sep 17 00:00:00 2001 From: Jordi Burguet-Castell Date: Thu, 24 Apr 2025 15:56:52 +0200 Subject: [PATCH] gh-122399: change webbrowser.rst to better describe the contents of controller object (GH-122407) (cherry picked from commit 1583f9cdd482f6ddc1535799c03e0a0b5ec29c61) Co-authored-by: Jordi Burguet-Castell Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> --- Doc/library/webbrowser.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/library/webbrowser.rst b/Doc/library/webbrowser.rst index d33e7344761f4a..baccc791b227fd 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