From a42d369b9fbb42c3f0ab26652371c6e03a21b1fb Mon Sep 17 00:00:00 2001 From: Georgiana Dolocan Date: Tue, 11 Apr 2023 13:05:31 +0300 Subject: [PATCH] Update docstring to fix warning --- oauthenticator/oauth2.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/oauthenticator/oauth2.py b/oauthenticator/oauth2.py index fb630707..206cb55a 100644 --- a/oauthenticator/oauth2.py +++ b/oauthenticator/oauth2.py @@ -397,10 +397,7 @@ def _validate_server_cert_default(self): For example, to use a HTTP proxy for all requests: - c.OAuthenticator.http_request_kwargs = { - "proxy_host": "proxy.example.com", - "proxy_port": 8080, - } + `c.OAuthenticator.http_request_kwargs = {"proxy_host": "proxy.example.com", "proxy_port": 8080}` """, config=True, )