https://github.com/python/cpython/commit/bd4a39f12518d1070aeebde861159b5422ca7e4d
commit: bd4a39f12518d1070aeebde861159b5422ca7e4d
branch: 3.13
author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com>
committer: hugovk <1324225+hug...@users.noreply.github.com>
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 <jordi.burguet.cast...@gmail.com>
Co-authored-by: Adam Turner <9087854+aa-tur...@users.noreply.github.com>

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 -- python-checkins@python.org
To unsubscribe send an email to python-checkins-le...@python.org
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: arch...@mail-archive.com

Reply via email to