mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378)
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
This commit is contained in:
parent
6c7ec7282b
commit
11749e2dc2
61 changed files with 109 additions and 107 deletions
|
@ -1,8 +1,8 @@
|
|||
:mod:`webbrowser` --- Convenient Web-browser controller
|
||||
:mod:`webbrowser` --- Convenient web-browser controller
|
||||
=======================================================
|
||||
|
||||
.. module:: webbrowser
|
||||
:synopsis: Easy-to-use controller for Web browsers.
|
||||
:synopsis: Easy-to-use controller for web browsers.
|
||||
|
||||
.. moduleauthor:: Fred L. Drake, Jr. <fdrake@acm.org>
|
||||
.. sectionauthor:: Fred L. Drake, Jr. <fdrake@acm.org>
|
||||
|
@ -12,7 +12,7 @@
|
|||
--------------
|
||||
|
||||
The :mod:`webbrowser` module provides a high-level interface to allow displaying
|
||||
Web-based documents to users. Under most circumstances, simply calling the
|
||||
web-based documents to users. Under most circumstances, simply calling the
|
||||
:func:`.open` function from this module will do the right thing.
|
||||
|
||||
Under Unix, graphical browsers are preferred under X11, but text-mode browsers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue