https://github.com/python/cpython/commit/1583f9cdd482f6ddc1535799c03e0a0b5ec29c61
commit: 1583f9cdd482f6ddc1535799c03e0a0b5ec29c61
branch: main
author: Jordi Burguet-Castell <[email protected]>
committer: hugovk <[email protected]>
date: 2025-04-24T16:56:52+03:00
summary:

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

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