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 dd24396 + 89ebd9d commit af2d036Copy full SHA for af2d036
news/13432.trivial.rst
@@ -0,0 +1 @@
1
+Small typo fix.
src/pip/_internal/locations/__init__.py
@@ -283,7 +283,7 @@ def get_scheme(
283
continue
284
285
# On Python 3.9+, sysconfig's posix_user scheme sets platlib against
286
- # sys.platlibdir, but distutils's unix_user incorrectly coninutes
+ # sys.platlibdir, but distutils's unix_user incorrectly continues
287
# using the same $usersite for both platlib and purelib. This creates a
288
# mismatch when sys.platlibdir is not "lib".
289
skip_bpo_44860 = (
0 commit comments