diff --git a/Doc/library/webbrowser.rst b/Doc/library/webbrowser.rst index df22c5f5e1ecf4..888e579a5d551b 100644 --- a/Doc/library/webbrowser.rst +++ b/Doc/library/webbrowser.rst @@ -190,11 +190,11 @@ 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:`name` attribute, and these three methods +which parallel module-level convenience functions: -.. attribute:: name +.. attribute:: controller.name System-dependent name for the browser.