Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
Co-authored-by: Ed Morley <501702+edmorley@users.noreply.github.com>
  • Loading branch information
uranusjr and edmorley committed Nov 3, 2022
1 parent 2c195f9 commit 30b4cff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion news/11547.bugfix.rst
Original file line number Diff line number Diff line change
@@ -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).
2 changes: 1 addition & 1 deletion tests/unit/test_wheel.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
}
Expand Down

0 comments on commit 30b4cff

Please sign in to comment.