From 2b82b386601f1ded7a4f1c64ffc1a1083124590a Mon Sep 17 00:00:00 2001 From: Michael Mintz Date: Tue, 18 Oct 2022 20:44:00 -0400 Subject: [PATCH 1/3] Fix grammar --- src/pip/_internal/self_outdated_check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pip/_internal/self_outdated_check.py b/src/pip/_internal/self_outdated_check.py index 9e2149c5247..f87c9a5d2c0 100644 --- a/src/pip/_internal/self_outdated_check.py +++ b/src/pip/_internal/self_outdated_check.py @@ -133,7 +133,7 @@ def __rich__(self) -> Group: return Group( Text(), Text.from_markup( - f"{notice} A new release of pip available: " + f"{notice} A new release of pip is available: " f"[red]{self.old}[reset] -> [green]{self.new}[reset]" ), Text.from_markup( From 0e48cae74e4921b4a09115e890435c464540b91b Mon Sep 17 00:00:00 2001 From: Michael Mintz Date: Wed, 19 Oct 2022 00:02:05 -0400 Subject: [PATCH 2/3] Add a news fragment for the grammar fix --- news/news/11529.bugfix.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 news/news/11529.bugfix.rst diff --git a/news/news/11529.bugfix.rst b/news/news/11529.bugfix.rst new file mode 100644 index 00000000000..d05e404602e --- /dev/null +++ b/news/news/11529.bugfix.rst @@ -0,0 +1 @@ +Fix grammar by changing "A new release of pip available:" to "A new release of pip is available:" in the notice used for indicating that. From 22d401bfb7814b0ef023c21c90be20e0d6bad993 Mon Sep 17 00:00:00 2001 From: Michael Mintz Date: Wed, 19 Oct 2022 00:07:31 -0400 Subject: [PATCH 3/3] Update the news fragment for the grammar fix --- news/{news => }/11529.bugfix.rst | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename news/{news => }/11529.bugfix.rst (100%) diff --git a/news/news/11529.bugfix.rst b/news/11529.bugfix.rst similarity index 100% rename from news/news/11529.bugfix.rst rename to news/11529.bugfix.rst