Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Commit

Permalink
fix trailing whitespace error
Browse files Browse the repository at this point in the history
  • Loading branch information
kchilleri committed Feb 20, 2024
1 parent 5944bfa commit 13af8b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ def request(self, method, url, statuses={200}, out=None, hd=None, **kwargs):
is given, it is set of acceptable response status codes, defaulting
to {200}; any other response is a fatal error. If out is given,
response content will be streamed to this Progress_Writer object and
must be non-zero length. If hd is given, validate integrity of
must be non-zero length. If hd is given, validate integrity of
downloaded data using expected hash digest.
Use current session if there is one, or start a new one if not. If
Expand Down

0 comments on commit 13af8b2

Please sign in to comment.