From d87d02e095d309b89aa7f47250f46a3536f6a4ad Mon Sep 17 00:00:00 2001 From: LilSpazJoekp <15524072+LilSpazJoekp@users.noreply.github.com> Date: Mon, 26 Jul 2021 17:51:32 -0500 Subject: [PATCH] Fix spelling mistake (cherry picked from commit d8956a82f15e5df74b9eeb993a73844151d8bbbb) --- CHANGES.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 82f6fc6..5f50041 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -7,7 +7,7 @@ Unreleased **Added** - 301 redirects result in a ``Redirect`` exception. -- ``Requestor`` is now initialzed with a ``timeout`` parameter. +- ``Requestor`` is now initialized with a ``timeout`` parameter. - ``ScriptAuthorizer``, ``ReadOnlyAuthorizer``, and ``DeviceIDAuthorizer`` have a new parameter, ``scopes``, which determines the scope of access requests. - Retry 408 "Request Timeout" HTTP responses.