mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH-94551)
Discussion: https://discuss.python.org/t/slight-grammar-fix-throughout-adverbs-dont-need-hyphen/17021
This commit is contained in:
parent
2b8ed4d3d4
commit
3440d197a5
71 changed files with 118 additions and 118 deletions
|
@ -1279,7 +1279,7 @@ involved. For example, the :envvar:`http_proxy` environment variable is read to
|
|||
obtain the HTTP proxy's URL.
|
||||
|
||||
This example replaces the default :class:`ProxyHandler` with one that uses
|
||||
programmatically-supplied proxy URLs, and adds proxy authorization support with
|
||||
programmatically supplied proxy URLs, and adds proxy authorization support with
|
||||
:class:`ProxyBasicAuthHandler`. ::
|
||||
|
||||
proxy_handler = urllib.request.ProxyHandler({'http': 'http://www.example.com:3128/'})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue