-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
Closed
Closed
Copy link
Labels
docsDocumentation in the Doc dirDocumentation in the Doc dir
Description
Documentation
In https://docs.python.org/3/library/webbrowser.html#browser-controller-objects it says:
webbrowser.name
System-dependent name for the browser.
when it should be controller
instead of webbrowser
(it is the controller object that has the name
attribute, not the webbrowser module).
In addition to that, I think that the first sentence,
Browser controllers provide these methods which parallel three of the module-level convenience functions:
would probably be better with something like:
Browser controllers provide the `name` attribute, and these methods which parallel three of the module-level convenience functions:
Thanks!
Linked PRs
- gh-122399: change webbrowser.rst to better describe the contents of controller object #122407
- gh-122399: change webbrowser.rst to better describe the contents of controller object #122410
- [3.13] gh-122399: change webbrowser.rst to better describe the contents of controller object (GH-122407) #132874
Metadata
Metadata
Assignees
Labels
docsDocumentation in the Doc dirDocumentation in the Doc dir