1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Fix typos

Co-authored-by: Ed Morley <501702+edmorley@users.noreply.github.com>
This commit is contained in:
Tzu-ping Chung 2022-11-03 15:20:47 +08:00 committed by GitHub
parent 2c195f9c2c
commit 30b4cff198
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
Fix entry point generation of ``pip.X``, ``pipX.Y``, and ``easy_install-X.Y``
to correctly account for multi-digit Python version segments (e.g. the "11"
part 3.11).
part of 3.11).

View file

@ -700,7 +700,7 @@ def test_get_console_script_specs_replaces_python_version(
"pip99.88": "whatever",
"easy_install": "real_easy_install",
"easy_install-99.88": "whatever",
# The followings shouldn't be replaced.
# The following shouldn't be replaced.
"not_pip_or_easy_install-99": "whatever",
"not_pip_or_easy_install-99.88": "whatever",
}