Skip to content

Commit

Permalink
chg: use ! instead . to make "--break-system-package" clickable
Browse files Browse the repository at this point in the history
  • Loading branch information
elsamuko committed Aug 7, 2024
1 parent e98cc5c commit e95f89d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pip/_internal/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ def __init__(self, error: Optional[str]) -> None:
"If you believe this is a mistake, please contact your "
"Python installation or OS distribution provider. "
"You can override this, at the risk of breaking your Python "
"installation or OS, by passing --break-system-packages."
"installation or OS, by passing --break-system-packages!"
),
hint_stmt=Text("See PEP 668 for the detailed specification."),
)
Expand Down

0 comments on commit e95f89d

Please sign in to comment.