Skip to content

Commit 18e50fd

Browse files
authored
Change error message for greater clarity (#13505)
This changes the use of the Latin term Cf to the word "See" to make the error message simpler and more broadly understandable.
1 parent 205edfe commit 18e50fd

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

news/24039ade-db69-4d15-ae86-a11e230f7388.trivial.rst

Whitespace-only changes.

src/pip/_internal/operations/install/wheel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ class MissingCallableSuffix(InstallationError):
391391
def __init__(self, entry_point: str) -> None:
392392
super().__init__(
393393
f"Invalid script entry point: {entry_point} - A callable "
394-
"suffix is required. Cf https://packaging.python.org/"
394+
"suffix is required. See https://packaging.python.org/"
395395
"specifications/entry-points/#use-for-scripts for more "
396396
"information."
397397
)

0 commit comments

Comments
 (0)