Skip to content

Commit af2d036

Browse files
authored
Merge pull request #13433 from zackzack38/update-doc-spelling
Correct spelling error
2 parents dd24396 + 89ebd9d commit af2d036

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

news/13432.trivial.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Small typo fix.

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)