Skip to content

Commit 961eb6f

Browse files
committed
Stop stylizing PEP **518**
This is a slightly cleaner presentation style.
1 parent b82dfd1 commit 961eb6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pip/_internal/exceptions.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ def __init__(self, *, package: str) -> None:
188188
"The [build-system] table is missing the mandatory `requires` key."
189189
),
190190
note_stmt="This is an issue with the package mentioned above, not pip.",
191-
hint_stmt="See PEP 518 for the detailed specification.",
191+
hint_stmt=Text("See PEP 518 for the detailed specification."),
192192
)
193193

194194

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

211211

0 commit comments

Comments
 (0)