Skip to content

Commit c4261a8

Browse files
authored
Merge pull request #11338 from pombredanne/patch-2
Fix minor docstring typo
2 parents b026265 + bb2894d commit c4261a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pip/_internal/network/lazy_wheel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class HTTPRangeRequestUnsupported(Exception):
2323
def dist_from_wheel_url(name: str, url: str, session: PipSession) -> BaseDistribution:
2424
"""Return a distribution object from the given wheel URL.
2525
26-
This uses HTTP range requests to only fetch the potion of the wheel
26+
This uses HTTP range requests to only fetch the portion of the wheel
2727
containing metadata, just enough for the object to be constructed.
2828
If such requests are not supported, HTTPRangeRequestUnsupported
2929
is raised.

0 commit comments

Comments
 (0)