We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc65396 commit bb2894dCopy full SHA for bb2894d
src/pip/_internal/network/lazy_wheel.py
@@ -23,7 +23,7 @@ class HTTPRangeRequestUnsupported(Exception):
23
def dist_from_wheel_url(name: str, url: str, session: PipSession) -> BaseDistribution:
24
"""Return a distribution object from the given wheel URL.
25
26
- This uses HTTP range requests to only fetch the potion of the wheel
+ This uses HTTP range requests to only fetch the portion of the wheel
27
containing metadata, just enough for the object to be constructed.
28
If such requests are not supported, HTTPRangeRequestUnsupported
29
is raised.
0 commit comments