https://github.com/python/cpython/commit/bd4a39f12518d1070aeebde861159b5422ca7e4d
commit: bd4a39f12518d1070aeebde861159b5422ca7e4d
branch: 3.13
author: Miss Islington (bot) <[email protected]>
committer: hugovk <[email protected]>
date: 2025-04-24T14:03:02Z
summary:

[3.13] gh-122399: change webbrowser.rst to better describe the contents of 
controller object (GH-122407) (#132874)

Co-authored-by: Jordi Burguet-Castell <[email protected]>
Co-authored-by: Adam Turner <[email protected]>

files:
M Doc/library/webbrowser.rst

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

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to