Skip to content

Commit

Permalink
Update src/treq/auth.py
Browse files Browse the repository at this point in the history
  • Loading branch information
glyph authored Jun 19, 2024
1 parent fc145a4 commit c27e977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/treq/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class _DigestAuthCacheEntry(TypedDict):

class HTTPDigestAuth(object):
"""
The container for HTTP Digest authentication credentials.
HTTP Digest authentication credentials.
This container will cache digest auth parameters,
in order not to recompute these for each request.
Expand Down

0 comments on commit c27e977

Please sign in to comment.