diff --git a/docs/dev/todo.rst b/docs/dev/todo.rst index d09fce39..e243f0e3 100644 --- a/docs/dev/todo.rst +++ b/docs/dev/todo.rst @@ -58,7 +58,7 @@ Requests currently supports the following versions of Python: - Python 3.7 - PyPy -Google AppEngine is not officially supported although support is available +Google App Engine is not officially supported although support is available with the `Requests-Toolbelt`_. .. _Requests-Toolbelt: https://toolbelt.readthedocs.io/ diff --git a/requests/utils.py b/requests/utils.py index c1700d7f..1aafd9cb 100644 --- a/requests/utils.py +++ b/requests/utils.py @@ -212,7 +212,7 @@ def get_netrc_auth(url, raise_errors=False): if raise_errors: raise - # AppEngine hackiness. + # App Engine hackiness. except (ImportError, AttributeError): pass