Skip to content

Commit 30b4cff

Browse files
uranusjredmorley
andauthored
Fix typos
Co-authored-by: Ed Morley <[email protected]>
1 parent 2c195f9 commit 30b4cff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

news/11547.bugfix.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Fix entry point generation of ``pip.X``, ``pipX.Y``, and ``easy_install-X.Y``
22
to correctly account for multi-digit Python version segments (e.g. the "11"
3-
part 3.11).
3+
part of 3.11).

tests/unit/test_wheel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,7 @@ def test_get_console_script_specs_replaces_python_version(
700700
"pip99.88": "whatever",
701701
"easy_install": "real_easy_install",
702702
"easy_install-99.88": "whatever",
703-
# The followings shouldn't be replaced.
703+
# The following shouldn't be replaced.
704704
"not_pip_or_easy_install-99": "whatever",
705705
"not_pip_or_easy_install-99.88": "whatever",
706706
}

0 commit comments

Comments
 (0)