Skip to content

Commit

Permalink
Stop stylizing PEP **518**
Browse files Browse the repository at this point in the history
This is a slightly cleaner presentation style.
  • Loading branch information
pradyunsg committed Dec 12, 2021
1 parent 2009a22 commit 7a0f28d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pip/_internal/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ def __init__(self, *, package: str) -> None:
"The [build-system] table is missing the mandatory `requires` key."
),
note_stmt="This is an issue with the package mentioned above, not pip.",
hint_stmt="See PEP 518 for the detailed specification.",
hint_stmt=Text("See PEP 518 for the detailed specification."),
)


Expand All @@ -205,7 +205,7 @@ def __init__(self, *, package: str, reason: str) -> None:
f"pyproject.toml.\n{reason}"
),
note_stmt="This is an issue with the package mentioned above, not pip.",
hint_stmt="See PEP 518 for the detailed specification.",
hint_stmt=Text("See PEP 518 for the detailed specification."),
)


Expand Down

0 comments on commit 7a0f28d

Please sign in to comment.