https://github.com/python/cpython/commit/1583f9cdd482f6ddc1535799c03e0a0b5ec29c61 commit: 1583f9cdd482f6ddc1535799c03e0a0b5ec29c61 branch: main author: Jordi Burguet-Castell <jordi.burguet.cast...@gmail.com> committer: hugovk <1324225+hug...@users.noreply.github.com> 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 <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