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
|
@ -267,10 +267,10 @@ The :mod:`test.support` module defines the following constants:
|
|||
|
||||
.. data:: INTERNET_TIMEOUT
|
||||
|
||||
Timeout in seconds for network requests going to the Internet.
|
||||
Timeout in seconds for network requests going to the internet.
|
||||
|
||||
The timeout is short enough to prevent a test to wait for too long if the
|
||||
Internet request is blocked for whatever reason.
|
||||
internet request is blocked for whatever reason.
|
||||
|
||||
Usually, a timeout using :data:`INTERNET_TIMEOUT` should not mark a test as
|
||||
failed, but skip the test instead: see
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue