Skip to content

Commit 559b1e9

Browse files
authored
webbrowser.rst: better describe the contents of controller object
This is a minor change that addresses python#122399 It just mentions that the controller object has a `name` attribute too, before mentioning it with the other methods.
1 parent 490e0ad commit 559b1e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/webbrowser.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,8 @@ Here are some simple examples::
210210
Browser Controller Objects
211211
--------------------------
212212

213-
Browser controllers provide these methods which parallel three of the
214-
module-level convenience functions:
213+
Browser controllers provide the :attr:`name` attribute, and these three methods
214+
which parallel module-level convenience functions:
215215

216216

217217
.. attribute:: controller.name

0 commit comments

Comments
 (0)