Skip to content

Commit fd45825

Browse files
pradyunsghugovk
andauthored
Apply suggestions from code review
Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent 6b31f83 commit fd45825

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

news/10703.feature.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Start utilising ``rich`` for presenting error messages in a consistent format.
1+
Start using Rich for presenting error messages in a consistent format.

src/pip/_internal/utils/logging.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def __init__(self, stream: Optional[TextIO], no_color: bool) -> None:
147147
highlighter=NullHighlighter(),
148148
)
149149

150-
# Our custom override on rich's logger, to make things work as we need them to.
150+
# Our custom override on Rich's logger, to make things work as we need them to.
151151
def emit(self, record: logging.LogRecord) -> None:
152152
style: Optional[Style] = None
153153

0 commit comments

Comments
 (0)