Skip to content

Commit

Permalink
Update src/pipx/main.py
Browse files Browse the repository at this point in the history
Co-authored-by: chrysle <[email protected]>
  • Loading branch information
huxuan and chrysle authored Apr 28, 2024
1 parent 934d394 commit f761e3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pipx/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ def package_is_path(package: str):
raise PipxError(
pipx_wrap(
f"""
Error: Path '{package}' given as package.
Error: '{package}' looks like a path.
Expected the name of an installed package.
"""
)
Expand Down

0 comments on commit f761e3d

Please sign in to comment.