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.
2 parents b026265 + bb2894d commit c4261a8Copy full SHA for c4261a8
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