Skip to content

Commit

Permalink
Merge pull request #12695 from mrKazzila/tmp/pr/fix_deprecation_msg_typo
Browse files Browse the repository at this point in the history
Fix typo in _envs.py
  • Loading branch information
pfmoore committed May 14, 2024
2 parents 0d9a654 + 4cc7f04 commit 4abdee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pip/_internal/metadata/importlib/_envs.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def find_eggs(self, location: str) -> Iterator[BaseDistribution]:
def _emit_egg_deprecation(location: Optional[str]) -> None:
deprecated(
reason=f"Loading egg at {location} is deprecated.",
replacement="to use pip for package installation.",
replacement="to use pip for package installation",
gone_in="24.3",
issue=12330,
)
Expand Down

0 comments on commit 4abdee1

Please sign in to comment.