Update src/pip/_internal/exceptions.py

Co-authored-by: Ed Morley <501702+edmorley@users.noreply.github.com>
This commit is contained in:
Stéphane Bidoul 2023-10-01 16:51:00 +02:00 committed by GitHub
parent c59af71f40
commit 8003490440
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -502,7 +502,7 @@ class VcsHashUnsupported(HashError):
class CacheEntryTypeHashNotSupported(HashError):
"""A wheel cache entry was build from a URL that does not support hash checking."""
"""A wheel cache entry was built from a URL that does not support hash checking."""
order = 0
head = (