Skip to content

Commit de31ecb

Browse files
committed
Correct spelling error
1 parent dd24396 commit de31ecb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pip/_internal/locations/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ def get_scheme(
283283
continue
284284

285285
# On Python 3.9+, sysconfig's posix_user scheme sets platlib against
286-
# sys.platlibdir, but distutils's unix_user incorrectly coninutes
286+
# sys.platlibdir, but distutils's unix_user incorrectly continues
287287
# using the same $usersite for both platlib and purelib. This creates a
288288
# mismatch when sys.platlibdir is not "lib".
289289
skip_bpo_44860 = (

0 commit comments

Comments
 (0)