From bd4a39f12518d1070aeebde861159b5422ca7e4d Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Thu, 24 Apr 2025 16:03:02 +0200 Subject: [PATCH] [3.13] gh-122399: change webbrowser.rst to better describe the contents of controller object (GH-122407) (#132874) 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 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 -- 2.47.3