fix an auth-related typo in a docstring

This commit is contained in:
Ryan Petrello 2018-08-24 11:56:11 -04:00
parent 5561eb30f7
commit 4561fd7270
No known key found for this signature in database
GPG Key ID: F2AA5F2122351777

View File

@ -219,7 +219,7 @@ class DeprecatedAuthTokenMiddleware(object):
2. Rewrites `request.path` to `/api/v2/users/N/personal_tokens/`
3. Detects the username and password in the request body (either in JSON,
or form-encoded variables) and builds an appropriate HTTP_AUTHORIZATION
Bearer header
Basic header
"""
def process_request(self, request):