From 678bfe20277f5eef310f54b2f0cd55e8e72280e3 Mon Sep 17 00:00:00 2001 From: Ed Morley <501702+edmorley@users.noreply.github.com> Date: Fri, 15 Jul 2022 07:53:01 +0100 Subject: [PATCH] Fix typo in news entry for #11225 Spotted when looking at: https://pip.pypa.io/en/latest/news/#not-yet-released-2022-07-15 --- news/11225.feature.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/news/11225.feature.rst b/news/11225.feature.rst index 4e1ecec50db..2da8f56179e 100644 --- a/news/11225.feature.rst +++ b/news/11225.feature.rst @@ -1,3 +1,3 @@ -pip's deprecation warnings now suclass the built-in ``DeprecationWarning``, and +pip's deprecation warnings now subclass the built-in ``DeprecationWarning``, and can be suppressed by running the Python interpreter with ``-W ignore::DeprecationWarning``.