Skip to content

Commit 2b82b38

Browse files
authored
Fix grammar
1 parent a8ba0ee commit 2b82b38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pip/_internal/self_outdated_check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def __rich__(self) -> Group:
133133
return Group(
134134
Text(),
135135
Text.from_markup(
136-
f"{notice} A new release of pip available: "
136+
f"{notice} A new release of pip is available: "
137137
f"[red]{self.old}[reset] -> [green]{self.new}[reset]"
138138
),
139139
Text.from_markup(

0 commit comments

Comments
 (0)