docs: Apply suggestions from code review

This commit is contained in:
Feanil Patel
2023-08-18 14:21:56 -04:00
committed by GitHub
parent 02354eff10
commit b6fc5488c6

View File

@@ -105,7 +105,7 @@ Refresh a JWT Using a Refresh Token
import requests
# See "Get a JWT with a Username and Password" for how to get a refresh token.
# The reponse from that request will include a `refresh_token` attribute.
# The response from that request will include a `refresh_token` attribute.
refresh_token = token_request.json()['refresh_token']
refreshed_token_request = requests.post(