Skip to content

Commit

Permalink
Update docstring to fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgianaElena committed Apr 11, 2023
1 parent 039391c commit a42d369
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions oauthenticator/oauth2.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)
Expand Down

0 comments on commit a42d369

Please sign in to comment.